Commit ed923e4a authored by dev0tion's avatar dev0tion

Update mock data to reflect new API spec

parent d163c9a2
{ {
"create": "create":
{ {
"success": "true",
"mnemonic": "foo bar buz" "mnemonic": "foo bar buz"
}, },
"load": "load":
...@@ -10,7 +9,6 @@ ...@@ -10,7 +9,6 @@
}, },
"status": "status":
{ {
"success": "true",
"connectedNodeCount": "7", "connectedNodeCount": "7",
"maxConnextedNodeCount": "8", "maxConnextedNodeCount": "8",
"headerChainHeight": "1048", "headerChainHeight": "1048",
...@@ -22,14 +20,12 @@ ...@@ -22,14 +20,12 @@
}, },
"balance": "balance":
{ {
"success": "true",
"synced": "true", "synced": "true",
"confirmed": "0.144", "confirmed": "0.144",
"unconfirmed": "-6.23" "unconfirmed": "-6.23"
}, },
"history": "history":
{ {
"success": "true",
"history": "history":
[ [
{ {
...@@ -48,7 +44,6 @@ ...@@ -48,7 +44,6 @@
}, },
"receive": "receive":
{ {
"success": "true",
"addresses": "addresses":
[ [
"mzz63n3n89KVeHQXRqJEVsQX8MZj5zeqCw", "mzz63n3n89KVeHQXRqJEVsQX8MZj5zeqCw",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment