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