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