Skip to main content

SignedUnderwritingPolicyInput

Type Alias SignedUnderwritingPolicyInput 

Source
pub type SignedUnderwritingPolicyInput = SignedExportEnvelope<UnderwritingPolicyInput>;

Aliased Type§

pub struct SignedUnderwritingPolicyInput {
    pub body: UnderwritingPolicyInput,
    pub signer_key: PublicKey,
    pub signature: Signature,
}

Fields§

§body: UnderwritingPolicyInput

Unsigned export payload.

§signer_key: PublicKey

Public key that signed the export.

§signature: Signature

Signature over the canonical JSON of body.