Skip to main content

SignedGenericListing

Type Alias SignedGenericListing 

Source
pub type SignedGenericListing = SignedExportEnvelope<GenericListingArtifact>;

Aliased Type§

pub struct SignedGenericListing {
    pub body: GenericListingArtifact,
    pub signer_key: PublicKey,
    pub signature: Signature,
}

Fields§

§body: GenericListingArtifact

Unsigned export payload.

§signer_key: PublicKey

Public key that signed the export.

§signature: Signature

Signature over the canonical JSON of body.