Node1

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

Constructors

Link copied to clipboard

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.