TokenBalance
Represents the balance for a single token type.
Aggregated from multiple UTXOs of the same token type.
Example:
TokenBalance(
tokenType = "DUST",
balance = BigInteger("5000000"),
utxoCount = 3
)Content copied to clipboard