AccountCoinsRequest class

AccountCoinsRequest is utilized to make a request on the /account/coins endpoint.

Constructors

AccountCoinsRequest(NetworkIdentifier network_identifier, AccountIdentifier account_identifier, bool include_mempool, List<Currency>? currencies)
AccountCoinsRequest.fromMap(Map<String, dynamic> map)
factory

Properties

account_identifier AccountIdentifier
getter/setter pair
currencies List<Currency>?
In some cases, the caller may not want to retrieve coins for all currencies for an AccountIdentifier. If the currencies field is populated, only coins for the specified currencies will be returned. If not populated, all unspent coins will be returned.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
include_mempool bool
Include state from the mempool when looking up an account's unspent coins. Note, using this functionality breaks any guarantee of idempotency.
getter/setter pair
network_identifier NetworkIdentifier
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited