Node2

data class Node2(val sender: DryRunTransactionBlockQuery.Sender?, val contents: DryRunTransactionBlockQuery.Contents?, val timestamp: Any?)

Constructors

Link copied to clipboard
constructor(sender: DryRunTransactionBlockQuery.Sender?, contents: DryRunTransactionBlockQuery.Contents?, timestamp: Any?)

Properties

Link copied to clipboard

The Move value emitted for this event.

Link copied to clipboard

Address of the sender of the transaction that emitted this event.

Link copied to clipboard

Timestamp corresponding to the checkpoint this event's transaction was finalized in. All events from the same transaction share the same timestamp.