pub type Claims<T: Config> = StorageMap<_GeneratedPrefixForStorageClaims<T>, Identity, EthereumAddress, <<<T as Config>::VestingSchedule as VestingSchedule<<T as Config>::AccountId>>::Currency as Currency<<T as Config>::AccountId>>::Balance>;
Expand description

Storage type is [StorageMap] with key type EthereumAddress and value type BalanceOf < T >.

Aliased Type§

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