Interface RootHashAnnotatedBlock

AnnotatedBlock is an annotated roothash block.

interface RootHashAnnotatedBlock {
    block: RootHashBlock;
    consensus_height: longnum;
}

Properties

Block is the roothash block.

consensus_height: longnum

Height is the underlying roothash backend's block height that generated this block.