Skip to main content

SignedCapitalBookReport

Type Alias SignedCapitalBookReport 

Source
pub type SignedCapitalBookReport = SignedExportEnvelope<CapitalBookReport>;

Aliased Type§

pub struct SignedCapitalBookReport {
    pub body: CapitalBookReport,
    pub signer_key: PublicKey,
    pub signature: Signature,
}

Fields§

§body: CapitalBookReport

Unsigned export payload.

§signer_key: PublicKey

Public key that signed the export.

§signature: Signature

Signature over the canonical JSON of body.