Skip to main content

SignedLiabilityClaimPayoutReceipt

Type Alias SignedLiabilityClaimPayoutReceipt 

Source
pub type SignedLiabilityClaimPayoutReceipt = SignedExportEnvelope<LiabilityClaimPayoutReceiptArtifact>;

Aliased Type§

pub struct SignedLiabilityClaimPayoutReceipt {
    pub body: LiabilityClaimPayoutReceiptArtifact,
    pub signer_key: PublicKey,
    pub signature: Signature,
}

Fields§

§body: LiabilityClaimPayoutReceiptArtifact

Unsigned export payload.

§signer_key: PublicKey

Public key that signed the export.

§signature: Signature

Signature over the canonical JSON of body.