Interface KeyManagerCHURPGenesis

Genesis is the key manager management genesis state for CHURP.

interface KeyManagerCHURPGenesis {
    params: KeyManagerCHURPConsensusParameters;
    statuses?: KeyManagerCHURPStatus[];
}

Properties

Properties

Parameters are the consensus parameters for CHURP.

Statuses are the statuses of CHURP instances.