QueryInterchainAccountFromAddressResponse constructor

const QueryInterchainAccountFromAddressResponse({
  1. String? interchainAccountAddress,
})

Implementation

const QueryInterchainAccountFromAddressResponse({
  this.interchainAccountAddress,
});