Skip to main content

SignedGenericNamespace

Type Alias SignedGenericNamespace 

Source
pub type SignedGenericNamespace = SignedExportEnvelope<GenericNamespaceArtifact>;

Aliased Type§

pub struct SignedGenericNamespace {
    pub body: GenericNamespaceArtifact,
    pub signer_key: PublicKey,
    pub signature: Signature,
}

Fields§

§body: GenericNamespaceArtifact

Unsigned export payload.

§signer_key: PublicKey

Public key that signed the export.

§signature: Signature

Signature over the canonical JSON of body.