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?)
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
The module containing the function that was called in the programmable transaction, that resulted in this event being emitted.