AccountCoinsRequest constructor

const AccountCoinsRequest(
  1. NetworkIdentifier networkIdentifier,
  2. AccountIdentifier accountIdentifier,
  3. bool includeMempool,
  4. List<Currency>? currencies,
)

Implementation

const AccountCoinsRequest(
  this.networkIdentifier,
  this.accountIdentifier,
  this.includeMempool,
  this.currencies,
);