Node2

data class Node2(val address: Any, val inputState: RPC_TRANSACTION_FIELDS.InputState?, val outputState: RPC_TRANSACTION_FIELDS.OutputState?)

Constructors

Link copied to clipboard
constructor(address: Any, inputState: RPC_TRANSACTION_FIELDS.InputState?, outputState: RPC_TRANSACTION_FIELDS.OutputState?)

Properties

Link copied to clipboard

The address of the object that has changed.

Link copied to clipboard

The contents of the object immediately before the transaction.

Link copied to clipboard

The contents of the object immediately after the transaction.