Interface KeyManagerCHURPConsensusParameters

ConsensusParameters are the key manager CHURP consensus parameters.

interface KeyManagerCHURPConsensusParameters {
    gas_costs?: {
        [op: string]: longnum;
    };
}

Properties

Properties

gas_costs?: {
    [op: string]: longnum;
}