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