InitializedUser
type InitializedUser = { status: UserWalletStatus.LOGGED_IN_WALLET_INITIALIZED; walletAddress: string;};
type status = UserWalletStatus.LOGGED_IN_WALLET_INITIALIZED;
type walletAddress = string;
type InitializedUser = { status: UserWalletStatus.LOGGED_IN_WALLET_INITIALIZED; walletAddress: string;};
type status = UserWalletStatus.LOGGED_IN_WALLET_INITIALIZED;
type walletAddress = string;