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