Type Alias IntentSetting

Source
pub type IntentSetting = SchemaSetting;
Expand description

TODO: temporary alias until we can remove this type from the public API

Aliased Type§

enum IntentSetting {
    AppendOnly = 1,
    SignatureRequired = 2,
}

Variants§

§

AppendOnly = 1

Intent setting to enforce append-only behavior on payload. Applied to Intents of type PayloadLocation::Itemized.

§

SignatureRequired = 2

Intent may enforce signature requirement on payload. Applied to Intents of type PayloadLocation::Itemized or PayloadLocation::Paginated.