Table Columns

Unique Key: transaction_block_digest, event_seq
Column NameData TypeDescription
package_idVARCHARThe ID of the package that emitted the event.
transaction_moduleVARCHARThe module of the transaction that emitted the event.
typeVARCHARThe type of event.
senderVARCHARThe sender of the event.
parsed_jsonVARIANTThe parsed JSON data of the event.
event_seqBIGINTThe sequence number of the event.
bcsVARCHARThe Binary Canonical Serialization (BCS) of the event.
transaction_block_digestVARCHARThe digest of the transaction block.
transaction_block_statusVARCHARThe status of the transaction block.
checkpoint_timestampTIMESTAMP_NTZ(9)The timestamp of the checkpoint.
checkpoint_sequenceBIGINTThe sequence number of the checkpoint.
checkpoint_digestVARCHARThe digest of the checkpoint associated with the event.
_created_atTIMESTAMP_NTZ(9)Timestamp of the entry creation
_updated_atTIMESTAMP_NTZ(9)Timestamp of the entry update