AccountProviderProps

Props for the <AccountProvider /> component

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