Interface IBlockInfo

Represents information about a block.

Remarks

This interface is used to track the block information, including the block ID, content, signature, operations, and status flags (final, stale, and in blockclique).

interface IBlockInfo {
    content: BlockInfoContent;
    id: string;
}

Properties

Properties

content: BlockInfoContent
id: string

Generated using TypeDoc