Skip to main content

PublicKeyPackage

Type Alias PublicKeyPackage 

Source
pub type PublicKeyPackage<M> = PublicKeyPackage<BluePallas<M>>;
Expand description

Public data that contains all the signers’ public keys as well as the group public key.

Used for verification purposes before publishing a signature.

Aliased Type§

pub struct PublicKeyPackage<M> { /* private fields */ }