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