pub type RegistrationEntryForConcatenation = MerkleTreeConcatenationLeaf;Expand description
The type used for committing signer registrations for the Concatenation proof system.
Aliased Type§
pub struct RegistrationEntryForConcatenation(pub BlsVerificationKey, pub u64);Tuple Fields§
§0: BlsVerificationKey§1: u64Trait Implementations§
Source§impl From<RegistrationEntry> for RegistrationEntryForConcatenation
Converts a registration entry into the related registration entry for concatenation proof.
impl From<RegistrationEntry> for RegistrationEntryForConcatenation
Converts a registration entry into the related registration entry for concatenation proof.
Source§fn from(entry: RegistrationEntry) -> Self
fn from(entry: RegistrationEntry) -> Self
Converts to this type from the input type.