QueryCosmosAccountResponse constructor

const QueryCosmosAccountResponse({
  1. String? cosmosAddress,
  2. BigInt? sequence,
  3. BigInt? accountNumber,
})

Implementation

const QueryCosmosAccountResponse({
  this.cosmosAddress,
  this.sequence,
  this.accountNumber,
});