Skip to main content

SignedLiabilityPlacement

Type Alias SignedLiabilityPlacement 

Source
pub type SignedLiabilityPlacement = SignedExportEnvelope<LiabilityPlacementArtifact>;

Aliased Type§

pub struct SignedLiabilityPlacement {
    pub body: LiabilityPlacementArtifact,
    pub signer_key: PublicKey,
    pub signature: Signature,
}

Fields§

§body: LiabilityPlacementArtifact

Unsigned export payload.

§signer_key: PublicKey

Public key that signed the export.

§signature: Signature

Signature over the canonical JSON of body.