Skip to main content

SignedCapitalPoolSimulationReport

Type Alias SignedCapitalPoolSimulationReport 

Source
pub type SignedCapitalPoolSimulationReport = SignedExportEnvelope<CapitalPoolSimulationReport>;

Aliased Type§

pub struct SignedCapitalPoolSimulationReport {
    pub body: CapitalPoolSimulationReport,
    pub signer_key: PublicKey,
    pub signature: Signature,
}

Fields§

§body: CapitalPoolSimulationReport

Unsigned export payload.

§signer_key: PublicKey

Public key that signed the export.

§signature: Signature

Signature over the canonical JSON of body.