Skip to main content

SignedAutonomousExecutionDecision

Type Alias SignedAutonomousExecutionDecision 

Source
pub type SignedAutonomousExecutionDecision = SignedExportEnvelope<AutonomousExecutionDecisionArtifact>;

Aliased Type§

pub struct SignedAutonomousExecutionDecision {
    pub body: AutonomousExecutionDecisionArtifact,
    pub signer_key: PublicKey,
    pub signature: Signature,
}

Fields§

§body: AutonomousExecutionDecisionArtifact

Unsigned export payload.

§signer_key: PublicKey

Public key that signed the export.

§signature: Signature

Signature over the canonical JSON of body.