Node
data class Node(val owner: DryRunTransactionBlockQuery.Owner?, val coinType: DryRunTransactionBlockQuery.CoinType?, val amount: Any?)
Constructors
Link copied to clipboard
constructor(owner: DryRunTransactionBlockQuery.Owner?, coinType: DryRunTransactionBlockQuery.CoinType?, amount: Any?)