Skip to main content

SignedGenericTrustActivation

Type Alias SignedGenericTrustActivation 

Source
pub type SignedGenericTrustActivation = SignedExportEnvelope<GenericTrustActivationArtifact>;

Aliased Type§

pub struct SignedGenericTrustActivation {
    pub body: GenericTrustActivationArtifact,
    pub signer_key: PublicKey,
    pub signature: Signature,
}

Fields§

§body: GenericTrustActivationArtifact

Unsigned export payload.

§signer_key: PublicKey

Public key that signed the export.

§signature: Signature

Signature over the canonical JSON of body.