Interface: IMilestonePayload
Milestone payload.
Hierarchy
ITypeBase
<7
>↳
IMilestonePayload
Table of contents
Properties
- type
- index
- timestamp
- protocolVersion
- previousMilestoneId
- parents
- inclusionMerkleRoot
- appliedMerkleRoot
- metadata
- options
- signatures
Properties
type
• type: 7
The type of the object.
Inherited from
index
• index: number
The index name.
timestamp
• timestamp: number
The timestamp of the milestone.
protocolVersion
• protocolVersion: number
The protocol version.
previousMilestoneId
• previousMilestoneId: string
The id of the previous milestone.
parents
• parents: string
[]
The parents where this milestone attaches to.
inclusionMerkleRoot
• inclusionMerkleRoot: string
The Merkle tree hash of all blocks confirmed by this milestone.
appliedMerkleRoot
• appliedMerkleRoot: string
The Merkle tree hash of all blocks applied by this milestone.
metadata
• Optional
metadata: string
The metadata.
options
• Optional
options: MilestoneOptionTypes
[]
The milestone options.
signatures
• signatures: IEd25519Signature
[]
The signatures.