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