Transaction Actions

Transaction actions are the specific operations contained within a transaction. Examples include transferring tokens, calling a contract function, or staking. Each transaction can contain multiple actions, which are executed in sequence.

Table Columns

Column NameDescription

action

The specific action executed in the transaction

action_contents

Detailed contents of the action

action_index

The index of the action within the transaction

block_hash

The hash of the block containing the transaction

block_height

The height of the block

block_timestamp

The time at which the block was created/added to the chain

transaction_hash

The hash of the transaction

transaction_index

The index of the transaction within the block

signer_id

The account id of the transaction originator

receiver_id

The account id of the transaction receiver

_created_at

Timestamp of the entry creation

_updated_at

Timestamp of the entry update

Last updated