AccountBalanceResponse constructor
AccountBalanceResponse(
- BlockIdentifier block_identifier,
- List<
Amount> balances, - Map<
String, dynamic> ? metadata
Implementation
AccountBalanceResponse(this.block_identifier, this.balances, this.metadata);