Type Alias pallet_nomination_pools::pallet::MinJoinBond
source · pub type MinJoinBond<T: Config> = StorageValue<_GeneratedPrefixForStorageMinJoinBond<T>, BalanceOf<T>, ValueQuery>;
Expand description
Minimum amount to bond to join a pool.
Storage type is [StorageValue
] with value type BalanceOf < T >
.
Aliased Type§
struct MinJoinBond<T: Config>(/* private fields */);