AccountCoinsRequest constructor
AccountCoinsRequest(
- NetworkIdentifier network_identifier,
- AccountIdentifier account_identifier,
- bool include_mempool,
- List<
Currency> ? currencies,
Implementation
AccountCoinsRequest(this.network_identifier, this.account_identifier,
this.include_mempool, this.currencies);