Skip to main content

SignedLiabilityQuoteResponse

Type Alias SignedLiabilityQuoteResponse 

Source
pub type SignedLiabilityQuoteResponse = SignedExportEnvelope<LiabilityQuoteResponseArtifact>;

Aliased Type§

pub struct SignedLiabilityQuoteResponse {
    pub body: LiabilityQuoteResponseArtifact,
    pub signer_key: PublicKey,
    pub signature: Signature,
}

Fields§

§body: LiabilityQuoteResponseArtifact

Unsigned export payload.

§signer_key: PublicKey

Public key that signed the export.

§signature: Signature

Signature over the canonical JSON of body.