Interface IBlockVerboseData

Interface defining the structure of a block verbose data.

interface IBlockVerboseData {
    blueScore: number;
    childrenHashes: string[];
    difficulty: number;
    hash: string;
    isChainBlock: boolean;
    isHeaderOnly: boolean;
    mergeSetBluesHashes: string[];
    mergeSetRedsHashes: string[];
    selectedParentHash: string;
    transactionIds: string[];
}

Properties

blueScore: number
childrenHashes: string[]
difficulty: number
hash: string
isChainBlock: boolean
isHeaderOnly: boolean
mergeSetBluesHashes: string[]
mergeSetRedsHashes: string[]
selectedParentHash: string
transactionIds: string[]

Generated using TypeDoc