Skip to main content

Interface: IMilestonePayload

Milestone payload.

Hierarchy

Table of contents

Properties

Properties

type

type: 7

The type of the object.

Inherited from

ITypeBase.type


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.