StakeThreshold is a stake threshold as used in the stake accumulator.

interface StakingStakeThreshold {
    const?: Uint8Array;
    global?: number;
}

Properties

Properties

const?: Uint8Array

Constant is the value for a specific threshold.

global?: number

Global is a reference to a global stake threshold.