1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-19 05:00:03 +02:00

docs/api/messages.md: adding first_receiver

This commit is contained in:
Henrik Hautakoski 2024-03-21 13:37:54 +01:00
parent 51848815da
commit ff4423c424

View file

@ -30,6 +30,7 @@ Heartbeat messages are posted to the heartbeat channel periodically.
| blocktimestamp | time | Block timestamp | | blocktimestamp | time | Block timestamp |
| receipt | ActionReceipt | Action receipt | | receipt | ActionReceipt | Action receipt |
| receiver | string | Receiver account | | receiver | string | Receiver account |
| first_receiver | bool | True if receiver is the first account to get notified |
| contract | string | Contract account | | contract | string | Contract account |
| action | string | What action was executed on the contract | | action | string | What action was executed on the contract |
| data | any | Contract specific data (decoded using the contracts abi) | | data | any | Contract specific data (decoded using the contracts abi) |
@ -84,4 +85,4 @@ Heartbeat messages are posted to the heartbeat channel periodically.
| -------- | ------------- | --------------------------------- | | -------- | ------------- | --------------------------------- |
| present | bool | - | | present | bool | - |
| data | any | Decoded data | | data | any | Decoded data |
| raw_data | base64_string | Raw data in base64 encoded string | | raw_data | base64_string | Raw data in base64 encoded string |