pub type MinCreateBond<T: Config> = StorageValue<_GeneratedPrefixForStorageMinCreateBond<T>, BalanceOf<T>, ValueQuery>;
Expand description

Minimum bond required to create a pool.

This is the amount that the depositor must put as their initial stake in the pool, as an indication of “skin in the game”.

This is the value that will always exist in the staking ledger of the pool bonded account while all other accounts leave.

Storage type is StorageValue with value type BalanceOf < T >.