#15 See Ballance

Geschlossen
vor 2 Jahren geöffnet von jyamihud · 1 Kommentare

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
jyamihud hat vor 2 Jahren geschlossen
Anmelden, um an der Diskussion teilzunehmen.
Kein Meilenstein
Niemand zuständig
1 Beteiligte
Laden…
Abbrechen
Speichern
Hier gibt es bis jetzt noch keinen Inhalt.