pub type MinAllowedStake<T: Config> = StorageValue<_GeneratedPrefixForStorageMinAllowedStake<T>, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, ValueQuery, T::DefaultMinAllowedStake>;
Expand description
Minimum amount of stake in tokens a key has to deposit in an agent.
Storage type is [StorageValue
] with value type BalanceOf < T >
.
Aliased Typeยง
struct MinAllowedStake<T: Config>(/* private fields */);