mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Properly handle account labels
This commit is contained in:
parent
5f340482d0
commit
864829b858
8 changed files with 105 additions and 19 deletions
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"id": 0,
|
||||
"jsonrpc": "2.0",
|
||||
"result": {
|
||||
"subaddress_accounts": [
|
||||
{
|
||||
"account_index": 0,
|
||||
"balance": 0,
|
||||
"base_address": "53NTw2x2eJH3KCrcgWAMErZb7mqN57wkVTEjRkkUUXoWCrAd513JErRFT1AC9RvEddgpxoZTVXYJG9Jez4w9x6qd5s76wdu",
|
||||
"label": "Primary account",
|
||||
"tag": "",
|
||||
"unlocked_balance": 0
|
||||
}
|
||||
],
|
||||
"total_balance": 0,
|
||||
"total_unlocked_balance": 0
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"id": 0,
|
||||
"jsonrpc": "2.0",
|
||||
"result": {
|
||||
"account_index": 1,
|
||||
"address": "75oMNpEDZNZhe9zBuKP4i6RpknDzAzM7t64Kq6nToUsJZms13tUucewKfZpdaQ9sNVYiMhiDyZbZR7MxbTCjq7D8N9CCo5k"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"id": 0,
|
||||
"jsonrpc": "2.0",
|
||||
"result": {
|
||||
"balance": 0,
|
||||
"multisig_import_needed": false,
|
||||
"unlocked_balance": 0
|
||||
}
|
||||
}
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"id": 0,
|
||||
"jsonrpc": "2.0",
|
||||
"result": {
|
||||
"subaddress_accounts": [
|
||||
{
|
||||
"account_index": 0,
|
||||
"balance": 0,
|
||||
"base_address": "53NTw2x2eJH3KCrcgWAMErZb7mqN57wkVTEjRkkUUXoWCrAd513JErRFT1AC9RvEddgpxoZTVXYJG9Jez4w9x6qd5s76wdu",
|
||||
"label": "Primary account",
|
||||
"tag": "",
|
||||
"unlocked_balance": 0
|
||||
},
|
||||
{
|
||||
"account_index": 1,
|
||||
"balance": 0,
|
||||
"base_address": "75oMNpEDZNZhe9zBuKP4i6RpknDzAzM7t64Kq6nToUsJZms13tUucewKfZpdaQ9sNVYiMhiDyZbZR7MxbTCjq7D8N9CCo5k",
|
||||
"label": "account 1",
|
||||
"tag": "",
|
||||
"unlocked_balance": 0
|
||||
}
|
||||
],
|
||||
"total_balance": 0,
|
||||
"total_unlocked_balance": 0
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue