RPC_EVENTS_FIELDS

data class RPC_EVENTS_FIELDS(val transactionModule: RPC_EVENTS_FIELDS.TransactionModule?, val sender: RPC_EVENTS_FIELDS.Sender?, val contents: RPC_EVENTS_FIELDS.Contents?, val timestamp: Any?) : Fragment.Data

Constructors

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

Types

Link copied to clipboard
data class Contents(val type: RPC_EVENTS_FIELDS.Type?, val json: Any?, val bcs: Any?)
Link copied to clipboard
data class Package(val address: Any)
Link copied to clipboard
data class Sender(val address: Any)
Link copied to clipboard
data class TransactionModule(val package: RPC_EVENTS_FIELDS.Package?, val name: String)
Link copied to clipboard
data class Type(val repr: String)

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.

Link copied to clipboard

The module containing the function that was called in the programmable transaction, that resulted in this event being emitted.