AccountCoinsRequest constructor

AccountCoinsRequest(
  1. NetworkIdentifier network_identifier,
  2. AccountIdentifier account_identifier,
  3. bool include_mempool,
  4. List<Currency>? currencies,
)

Implementation

AccountCoinsRequest(this.network_identifier, this.account_identifier,
    this.include_mempool, this.currencies);