Type Definition ClaimOf
gamepower_wallet
type ClaimOf<T> = Claim<ClassIdOf<T>, TokenIdOf<T>, <T as Config>::AccountId>;
Claim Data