Node

data class Node(val owner: DryRunTransactionBlockQuery.Owner?, val coinType: DryRunTransactionBlockQuery.CoinType?, 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.