wallet-testdata

Wallet database snapshots for migration testing
Log | Files | Refs

wallet-balances.json (375B)


      1 {
      2   "balances": [
      3     {
      4       "scopeInfo": {
      5         "currency": "TESTKUDOS",
      6         "type": "exchange",
      7         "url": "http://localhost:8081/"
      8       },
      9       "available": "TESTKUDOS:19.58",
     10       "pendingIncoming": "TESTKUDOS:0",
     11       "pendingOutgoing": "TESTKUDOS:0",
     12       "hasPendingTransactions": false,
     13       "requiresUserInput": false,
     14       "flags": []
     15     }
     16   ]
     17 }