Updated documentation to remove an action that isn't supported in Q-Apps v1.

This commit is contained in:
CalDescent 2023-03-03 14:24:10 +00:00
parent d166f625d0
commit 9ea2d7ab09

View File

@ -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 ### Get address or asset balance
``` ```