Skip to main content

SignedLiabilityPricingAuthority

Type Alias SignedLiabilityPricingAuthority 

Source
pub type SignedLiabilityPricingAuthority = SignedExportEnvelope<LiabilityPricingAuthorityArtifact>;

Aliased Type§

pub struct SignedLiabilityPricingAuthority {
    pub body: LiabilityPricingAuthorityArtifact,
    pub signer_key: PublicKey,
    pub signature: Signature,
}

Fields§

§body: LiabilityPricingAuthorityArtifact

Unsigned export payload.

§signer_key: PublicKey

Public key that signed the export.

§signature: Signature

Signature over the canonical JSON of body.