From 9ea2d7ab09defb9160199c31b4dc737022379be4 Mon Sep 17 00:00:00 2001 From: CalDescent Date: Fri, 3 Mar 2023 14:24:10 +0000 Subject: [PATCH] Updated documentation to remove an action that isn't supported in Q-Apps v1. --- Q-Apps.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Q-Apps.md b/Q-Apps.md index 9a6e47b9..b551239e 100644 --- a/Q-Apps.md +++ b/Q-Apps.md @@ -283,14 +283,6 @@ await qortalRequest({ }); ``` -### Get wallet balance (foreign coin) -_Requires user approval_ -``` -await qortalRequest({ - action: "GET_WALLET_BALANCE", - coin: "LTC" -}); -``` ### Get address or asset balance ```