Interface ConsensusLightParameters

Parameters are the consensus backend parameters.

interface ConsensusLightParameters {
    height: longnum;
    meta: Uint8Array;
    parameters: ConsensusParameters;
}

Properties

height: longnum

Height contains the block height these consensus parameters are for.

meta: Uint8Array

Meta contains the consensus backend specific consensus parameters.

Parameters are the backend agnostic consensus parameters.