Type Alias mithril_stm::key_reg::RegParty
source · 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