coins property

List<Coin> coins
final

If a blockchain is UTXO-based, all unspent Coins owned by an AccountIdentifier should be returned alongside the balance. It is highly recommended to poputhis field so that users of the Rosetta API implementation don't need to maintain their own indexer to track their UTXOs.

Implementation

final List<Coin> coins;