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