Skip to main content

SignedGenericGovernanceCase

Type Alias SignedGenericGovernanceCase 

Source
pub type SignedGenericGovernanceCase = SignedExportEnvelope<GenericGovernanceCaseArtifact>;

Aliased Type§

pub struct SignedGenericGovernanceCase {
    pub body: GenericGovernanceCaseArtifact,
    pub signer_key: PublicKey,
    pub signature: Signature,
}

Fields§

§body: GenericGovernanceCaseArtifact

Unsigned export payload.

§signer_key: PublicKey

Public key that signed the export.

§signature: Signature

Signature over the canonical JSON of body.