Skip to main content

SignedExposureLedgerReport

Type Alias SignedExposureLedgerReport 

Source
pub type SignedExposureLedgerReport = SignedExportEnvelope<ExposureLedgerReport>;

Aliased Type§

pub struct SignedExposureLedgerReport {
    pub body: ExposureLedgerReport,
    pub signer_key: PublicKey,
    pub signature: Signature,
}

Fields§

§body: ExposureLedgerReport

Unsigned export payload.

§signer_key: PublicKey

Public key that signed the export.

§signature: Signature

Signature over the canonical JSON of body.