interface ApiConfig {
    client: ApiClient;
    eip712: EIP712Helper;
}

Properties

Properties

client: ApiClient
eip712: EIP712Helper