Skip to content

Latest commit

 

History

History
109 lines (81 loc) · 1.08 KB

message-base.md

File metadata and controls

109 lines (81 loc) · 1.08 KB

Core message

The base properties of a request or response to/from an operator

Property Type Description
sender string

The domain name of the sender of this message

Examples:

"a-domain-name.com"
"another.domain.co.uk"
receiver string

The domain name of the receiver of this message

Examples:

"a-domain-name.com"
"another.domain.co.uk"
timestamp integer

Number of seconds since UNIX Epoch time (1970/01/01 00:00:00)

Example:

1643297316
signature string

Signature based on input:

sender + '\u2063' +
receiver + '\u2063' +
timestamp

Example:

"RYGHYsBUEwMgFgOJ9aUQl7ywl4xnqdmwWIgPbaIowbXbmZAFKLa7mcBJQuWh1wEskpu57SHn2mmCF6V5+cESgw=="