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