pub type StmVerificationKeyPoP = VerificationKeyPoP;
Expand description

Wrapper of the MultiSignature Verification key with proof of possession

Aliased Type§

struct StmVerificationKeyPoP {
    pub vk: VerificationKey,
    pub pop: ProofOfPossession,
}

Fields§

§vk: VerificationKey

The verification key.

§pop: ProofOfPossession

Proof of Possession.