AccountCoinsResponse constructor

const AccountCoinsResponse(
  1. BlockIdentifier blockIdentifier,
  2. List<Coin> coins,
  3. Map<String, dynamic>? metadata
)

Implementation

const AccountCoinsResponse(this.blockIdentifier, this.coins, this.metadata);