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