LightBlock is a light consensus block suitable for syncing light clients.

interface ConsensusLightBlock {
    height: longnum;
    meta: Uint8Array;
}

Properties

Properties

height: longnum

Height contains the block height.

meta: Uint8Array

Meta contains the consensus backend specific light block.