pub type RegisteredParty = MerkleTreeConcatenationLeaf;Expand description
Stores a registered party with its public key and the associated stake.
Aliased Type§
pub struct RegisteredParty(pub BlsVerificationKey, pub u64);Tuple Fields§
§0: BlsVerificationKey§1: u64