1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-16 04:34:55 +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 |
| receipt | ActionReceipt | Action receipt |
| receiver | string | Receiver account |
| first_receiver | bool | True if receiver is the first account to get notified |
| contract | string | Contract account |
| action | string | What action was executed on the contract |
| 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 | - |
| data | any | Decoded data |
| raw_data | base64_string | Raw data in base64 encoded string |
| raw_data | base64_string | Raw data in base64 encoded string |