GetWalletBalanceOptions

type GetWalletBalanceOptions = {
address: string;
chain: Chain;
client: ThirdwebClient;
tokenAddress?: string;
};