Skip to main content

SignedUnderwritingDecision

Type Alias SignedUnderwritingDecision 

Source
pub type SignedUnderwritingDecision = SignedExportEnvelope<UnderwritingDecisionArtifact>;

Aliased Type§

pub struct SignedUnderwritingDecision {
    pub body: UnderwritingDecisionArtifact,
    pub signer_key: PublicKey,
    pub signature: Signature,
}

Fields§

§body: UnderwritingDecisionArtifact

Unsigned export payload.

§signer_key: PublicKey

Public key that signed the export.

§signature: Signature

Signature over the canonical JSON of body.