Represents the parameters for claiming an ERC20 token.
type ClaimToParams = { from?: Address; to: Address } & ( | { quantityInWei: bigint } | { quantity: string });