Type Definition t3rn_mini_mock_runtime::PendingClaims
pub type PendingClaims<T>where
T: Config, = StorageMap<_GeneratedPrefixForStoragePendingClaims<T>, Twox64Concat, <T as Config>::AccountId, Vec<ClaimableArtifacts<<T as Config>::AccountId, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>, Global>, OptionQuery, GetDefault, GetDefault>;
Expand description
Storage type is [StorageMap
] with key type T :: AccountId
and value type Vec < ClaimableArtifacts < T :: AccountId, BalanceOf < T > > >
.