oneOf
– one of the mentioned subschemas.optOneOf
– optionally one of the mentioned subschemas.anyOf
– any (one or more) of the defined subschemas.
byte
- An unsigned 8-bit integer.varint
- A numerical value using N amount of bytes needed to represent its value. Equivalent on how it works in Protobuffers.ByteArray
- An array of bytes.ByteArray[N]
- An array of N amount of bytes.
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Version | byte/varint | The message version. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Parent #1 | ByteArray[32] | The hash of the first parent this Message references. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Parent #2 | ByteArray[32] | The hash of the second parent this Message references. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Payload (oneOf) |
Signed Transaction PayloadDescribes a signed atomic transaction moving funds.
Milestone PayloadDescribes a Milestone which is issued by the Coordinator.
Unsigned Data PayloadDescribes a payload with data without any specification what the data means.
Signed Data PayloadDescribes a payload with signed data (and its corresponding Ed25519 public key and signature) without any specification what the data means.
Indexation PayloadDescribes a payload which is used to instruct the node to index the Message of which it is part of.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Nonce | uint64 | The nonce which lets this message fulfill the Proof-of-Work requirement |