#15 See Ballance

Closed
opened 2 years ago by jyamihud · 1 comments

It's an easy one. There is an SDK function for balance:

./lbrynet wallet balance

Which returns something like:

{
  "available": "97.82922874",
  "reserved": "1916.25854811",
  "reserved_subtotals": {
    "claims": "846.8821",
    "supports": "520.03742857",
    "tips": "549.33901954"
  },
  "total": "2014.08777685"
}

Somebody just need to code a pretty UI for it to print this into the terminal.

It's an easy one. There is an SDK function for balance: `./lbrynet wallet balance` Which returns something like: ``` { "available": "97.82922874", "reserved": "1916.25854811", "reserved_subtotals": { "claims": "846.8821", "supports": "520.03742857", "tips": "549.33901954" }, "total": "2014.08777685" } ``` Somebody just need to code a pretty UI for it to print this into the terminal.
https://notabug.org/jyamihud/FastLBRY-terminal/commit/d020f0dcd46abf998cafaaf83481e958314b038f
Sign in to join this conversation.
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.