QueryInterchainAccountFromAddressRequest constructor

const QueryInterchainAccountFromAddressRequest({
  1. String? owner,
  2. String? connectionId,
})

Implementation

const QueryInterchainAccountFromAddressRequest({
  this.owner,
  this.connectionId,
});