Event
An event on the event chain can be compared to a transaction on a blockchain. An event has the following structure
JSON
previous
,signKey.publicKey
,signature
, andhash
are base58 encodeddata
is base64 encoded, and must be prefixed withbase64
.
Binary schema
The binary representation is used for signing and hashing the event.
Last updated