Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 979 Bytes

File metadata and controls

14 lines (8 loc) · 979 Bytes

Messaging

To share information on the private layer, it should be wrapped as a message.

Message

A message has the following structure

Field
typeMessage type, used for routing
mediaTypeMIME type of the data
dataBinary
timestampUnix timestamp in milliseconds. Time of when the event was signed
senderPublic key with key type
signatureSignature of the binary representation of the event
recipientAddress of an LTO account
hashHash of the binary representation of the event

{% hint style="danger" %} This page is a stub, more information needs to be added {% endhint %}