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