TokenProviderProps

Props for the <TokenProvider /> component

type TokenProviderProps = {
address: Address;
chain: Chain;
client: ThirdwebClient;
};