pub type Notarization = Notarization<Scheme, Digest>;Aliased Type§
pub struct Notarization {
pub proposal: Proposal<Digest>,
pub certificate: Signature<MinSig>,
}Fields§
§proposal: Proposal<Digest>The proposal that has been notarized.
certificate: Signature<MinSig>The recovered certificate for the proposal.