Skip to main content

SignedLiabilityBoundCoverage

Type Alias SignedLiabilityBoundCoverage 

Source
pub type SignedLiabilityBoundCoverage = SignedExportEnvelope<LiabilityBoundCoverageArtifact>;

Aliased Type§

pub struct SignedLiabilityBoundCoverage {
    pub body: LiabilityBoundCoverageArtifact,
    pub signer_key: PublicKey,
    pub signature: Signature,
}

Fields§

§body: LiabilityBoundCoverageArtifact

Unsigned export payload.

§signer_key: PublicKey

Public key that signed the export.

§signature: Signature

Signature over the canonical JSON of body.