Skip to main content

SignedOpenMarketFeeSchedule

Type Alias SignedOpenMarketFeeSchedule 

Source
pub type SignedOpenMarketFeeSchedule = SignedExportEnvelope<OpenMarketFeeScheduleArtifact>;

Aliased Type§

pub struct SignedOpenMarketFeeSchedule {
    pub body: OpenMarketFeeScheduleArtifact,
    pub signer_key: PublicKey,
    pub signature: Signature,
}

Fields§

§body: OpenMarketFeeScheduleArtifact

Unsigned export payload.

§signer_key: PublicKey

Public key that signed the export.

§signature: Signature

Signature over the canonical JSON of body.