pub type AllocationPerKeyShare<T: Config> = StorageMap<_GeneratedPrefixForStorageAllocationPerKeyShare<T>, Identity, NetworkId, Amount, OptionQuery>;
Expand description

The allocation required per key share.

Storage type is StorageMap with key type NetworkId and value type Amount.

Aliased Type§

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