pub type RegistrationEntryForSnark = MerkleTreeSnarkLeaf;Expand description
The type used for committing signer registrations for the Snark proof system.
Aliased Type§
pub struct RegistrationEntryForSnark(pub SchnorrVerificationKey, pub BaseFieldElement);Tuple Fields§
§0: SchnorrVerificationKey§1: BaseFieldElement