Browse Source

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

qdn-on-chain-data
CalDescent 2 years ago
parent
commit
9ea2d7ab09
  1. 8
      Q-Apps.md

8
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
```

Loading…
Cancel
Save