type InitializedUser = { authDetails: AuthDetails; status: UserWalletStatus.LOGGED_IN_WALLET_INITIALIZED; wallet: EmbeddedWallet; walletAddress: string;};
type authDetails = AuthDetails;
type status = UserWalletStatus.LOGGED_IN_WALLET_INITIALIZED;
type wallet = EmbeddedWallet;
type walletAddress = string;