referrerpolicy=no-referrer-when-downgrade

Type Alias PoolCost

Source
pub type PoolCost<T: Config> = StorageMap<_GeneratedPrefixForStoragePoolCost<T>, Blake2_128Concat, PoolId, (T::AccountId, T::Consideration)>;
Expand description

The cost associated with storing pool information on-chain which was incurred by the pool creator.

This cost may be None, as determined by Config::Consideration.

Storage type is [StorageMap] with key type PoolId and value type (T :: AccountId, T :: Consideration).

Aliased Type§

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