Skip to main content

SignedAutonomousDriftReport

Type Alias SignedAutonomousDriftReport 

Source
pub type SignedAutonomousDriftReport = SignedExportEnvelope<AutonomousDriftReport>;

Aliased Type§

pub struct SignedAutonomousDriftReport {
    pub body: AutonomousDriftReport,
    pub signer_key: PublicKey,
    pub signature: Signature,
}

Fields§

§body: AutonomousDriftReport

Unsigned export payload.

§signer_key: PublicKey

Public key that signed the export.

§signature: Signature

Signature over the canonical JSON of body.