Node1

data class Node1(val address: Any, val inputState: DevInspectTransactionBlockQuery.InputState?, val outputState: DevInspectTransactionBlockQuery.OutputState?)

Constructors

Link copied to clipboard

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.