referrerpolicy=no-referrer-when-downgrade

Claims

Type Alias Claims 

Source
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§

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