pub type SignedCapitalExecutionInstruction = SignedExportEnvelope<CapitalExecutionInstructionArtifact>;Aliased Type§
pub struct SignedCapitalExecutionInstruction {
pub body: CapitalExecutionInstructionArtifact,
pub signer_key: PublicKey,
pub signature: Signature,
}Fields§
§body: CapitalExecutionInstructionArtifactUnsigned export payload.
signer_key: PublicKeyPublic key that signed the export.
signature: SignatureSignature over the canonical JSON of body.