pub type ConsensusManagerRegisteredValidatorByStake = Validator;

Aliased Type§

struct ConsensusManagerRegisteredValidatorByStake {
    pub key: Secp256k1PublicKey,
    pub stake: Decimal,
}

Fields§

§key: Secp256k1PublicKey§stake: Decimal