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