AccountProviderProps

Props for the <AccountProvider /> component

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