AccountProviderProps

Props for the <AccountProvider /> component

type AccountProviderProps = {
address: string;
client: ThirdwebClient;
};