Interface: IBlockMetadata
Response from the metadata endpoint.
Table of contents
Properties
- blockId
- parents
- isSolid
- referencedByMilestoneIndex
- milestoneIndex
- ledgerInclusionState
- conflictReason
- shouldPromote
- shouldReattach
Properties
blockId
• blockId: string
The block id.
parents
• parents: string
[]
The parent block ids.
isSolid
• isSolid: boolean
Is the block solid.
referencedByMilestoneIndex
• Optional
referencedByMilestoneIndex: number
Is the block referenced by a milestone.
milestoneIndex
• Optional
milestoneIndex: number
Is this block a valid milestone.
ledgerInclusionState
• Optional
ledgerInclusionState: LedgerInclusionState
The ledger inclusion state.
conflictReason
• Optional
conflictReason: ConflictReason
The conflict reason.
shouldPromote
• Optional
shouldPromote: boolean
Should the block be promoted.
shouldReattach
• Optional
shouldReattach: boolean
Should the block be reattached.