AccountBalanceResponse constructor

const AccountBalanceResponse(
  1. BlockIdentifier blockIdentifier,
  2. List<Amount> balances,
  3. Map<String, dynamic>? metadata
)

Implementation

const AccountBalanceResponse(
  this.blockIdentifier,
  this.balances,
  this.metadata,
);