Type Alias Notarization

Source
pub type Notarization = Notarization<MinSig, Digest>;

Aliased Type§

pub struct Notarization {
    pub proposal: Proposal<Digest>,
    pub proposal_signature: G1,
    pub seed_signature: G1,
}

Fields§

§proposal: Proposal<Digest>

The proposal that has been notarized

§proposal_signature: G1

The recovered threshold signature on the proposal

§seed_signature: G1

The recovered threshold signature on the seed (for leader election/randomness)