Type Alias FeeConstraints

Source
pub type FeeConstraints<T: Config> = StorageValue<_GeneratedPrefixForStorageFeeConstraints<T>, ValidatorFeeConstraints<T>, ValueQuery>;
Expand description

Constraints defining validation of agent fees.

Storage type is [StorageValue] with value type ValidatorFeeConstraints < T >.

Aliased Typeยง

struct FeeConstraints<T: Config>(/* private fields */);