AccountBalanceRequest constructor

const AccountBalanceRequest(
  1. NetworkIdentifier networkIdentifier,
  2. AccountIdentifier accountIdentifier,
  3. PartialBlockIdentifier? blockIdentifier,
  4. List<Currency>? currencies,
)

Implementation

const AccountBalanceRequest(
  this.networkIdentifier,
  this.accountIdentifier,
  this.blockIdentifier,
  this.currencies,
);