Skip to main content

SignedAutonomousComparisonReport

Type Alias SignedAutonomousComparisonReport 

Source
pub type SignedAutonomousComparisonReport = SignedExportEnvelope<AutonomousComparisonReport>;

Aliased Type§

pub struct SignedAutonomousComparisonReport {
    pub body: AutonomousComparisonReport,
    pub signer_key: PublicKey,
    pub signature: Signature,
}

Fields§

§body: AutonomousComparisonReport

Unsigned export payload.

§signer_key: PublicKey

Public key that signed the export.

§signature: Signature

Signature over the canonical JSON of body.