ClaimTokenParams type
Signature:
export declare type ClaimTokenParams = {
to: WalletAddress;
amount: Amount;
checkERC20Allowance?: boolean;
};
References: WalletAddress
Signature:
export declare type ClaimTokenParams = {
to: WalletAddress;
amount: Amount;
checkERC20Allowance?: boolean;
};
References: WalletAddress