Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.87 KB

SrMessage.md

File metadata and controls

22 lines (19 loc) · 1.87 KB

# SrMessage

Properties

Name Type Description Notes
id int Internal TzKT id. [sortable] [optional]
level int Level of the block where the message was pushed. [sortable] [optional]
index int Index of the inbox message within the block. [optional]
timestamp \DateTime Timestamp of the block where the message was pushed. [optional]
type string Type of the message (`level_start`, `level_info`, `level_end`, `transfer`, `external`, `migration`). [optional]
predecessor_hash string For `level_info` messages only. Hash of the predecessor block. [optional]
predecessor_timestamp \DateTime For `level_info` messages only. Timestamp of the predecessor block. [optional]
initiator \Bzzhh\Tzkt\Model\SrMessageInitiator [optional]
sender \Bzzhh\Tzkt\Model\SrMessageSender [optional]
target \Bzzhh\Tzkt\Model\SrMessageTarget [optional]
entrypoint string For `transfer` messages only. Entrypoint called in the target rollup [optional]
parameter mixed For `transfer` messages only. Value passed to the called entrypoint. Note: you can configure parameters format by setting `micheline` query parameter. [optional]
payload string For `external` messages only. Payload bytes (in base64). [optional]
protocol string For `migration` messages only. Version of the new protocol (e.g. 'nairobi_017'). [optional]

[Back to Model list] [Back to API list] [Back to README]