Skip to main content

SignedCapitalExecutionInstruction

Type Alias SignedCapitalExecutionInstruction 

Source
pub type SignedCapitalExecutionInstruction = SignedExportEnvelope<CapitalExecutionInstructionArtifact>;

Aliased Type§

pub struct SignedCapitalExecutionInstruction {
    pub body: CapitalExecutionInstructionArtifact,
    pub signer_key: PublicKey,
    pub signature: Signature,
}

Fields§

§body: CapitalExecutionInstructionArtifact

Unsigned export payload.

§signer_key: PublicKey

Public key that signed the export.

§signature: Signature

Signature over the canonical JSON of body.