This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
go-monero/pkg/rpc/wallet
Ciro S. Costa 680c4ce417 add get-accounts; add addr shortener
$ monero wallet get-accounts
Total Balance:          390.31 ɱ
Total Unlocked Balance: 390.31 ɱ

        LABEL           TAG     ADDR            BALANCE         UNLOCKED BALANCE
0       Primary account         53G25..A91AX    389.31 ɱ        389.31 ɱ
1       test                    72vD5..43SXV    1.00 ɱ          1.00 ɱ

Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-22 07:49:15 -04:00
..
client.go source formatting 2021-07-18 06:51:24 -04:00
doc.go use cobra for cmds; refactor rpc to support wallet 2021-07-10 20:29:16 -04:00
jsonrpc.go add get-accounts; add addr shortener 2021-07-22 07:49:15 -04:00
jsonrpc_types.go add get-accounts; add addr shortener 2021-07-22 07:49:15 -04:00
wallet_example_test.go improve documentation 2021-07-10 21:32:09 -04:00