Node1

data class Node1(val coinType: RPC_TRANSACTION_FIELDS.CoinType?, val owner: RPC_TRANSACTION_FIELDS.Owner?, val amount: Any?)

Constructors

Link copied to clipboard
constructor(coinType: RPC_TRANSACTION_FIELDS.CoinType?, owner: RPC_TRANSACTION_FIELDS.Owner?, amount: Any?)

Properties

Link copied to clipboard
val amount: Any?

The signed balance change.

Link copied to clipboard

The inner type of the coin whose balance has changed (e.g. 0x2::sui::SUI).

Link copied to clipboard

The address or object whose balance has changed.