Props for the <AccountProvider /> component
<AccountProvider />
type AccountProviderProps = { address: Address; client: ThirdwebClient;};
The user's wallet address
type address = Address;
thirdweb Client
type client = ThirdwebClient;