To share information on the private layer, it should be wrapped as a message.
A message has the following structure
Field | |
---|---|
type | Message type, used for routing |
mediaType | MIME type of the data |
data | Binary |
timestamp | Unix timestamp in milliseconds. Time of when the event was signed |
sender | Public key with key type |
signature | Signature of the binary representation of the event |
recipient | Address of an LTO account |
hash | Hash of the binary representation of the event |
{% hint style="danger" %} This page is a stub, more information needs to be added {% endhint %}