mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
* chore: remove redundant prettier, gitignore files * fix: Fix missign html opening tag * chore: upgrade prettier * chore(ci): Add prettier check to CI * chore(eslint): turn off prettier-eslint * chore: fix formatting of translations * chore: run prettier over whole codebase
69 lines
1.4 KiB
JSON
69 lines
1.4 KiB
JSON
{
|
|
"getInfo": {
|
|
"data": {
|
|
"name": "Test",
|
|
"shortcut": "test",
|
|
"decimals": 9,
|
|
"bestHeight": 1
|
|
}
|
|
},
|
|
"getBlockHash": {
|
|
"data": {
|
|
"hash": "00000000839a8e6886ab5951d76f411475428afc90947ee320161bbf18eb6048"
|
|
}
|
|
},
|
|
"subscribeNewBlock": {
|
|
"data": {
|
|
"subscribed": true
|
|
}
|
|
},
|
|
"unsubscribeNewBlock": {
|
|
"data": {
|
|
"subscribed": false
|
|
}
|
|
},
|
|
"subscribeAddresses": {
|
|
"data": {
|
|
"subscribed": true
|
|
}
|
|
},
|
|
"unsubscribeAddresses": {
|
|
"data": {
|
|
"subscribed": false
|
|
}
|
|
},
|
|
"getAccountInfo": {
|
|
"data": {
|
|
"address": "0",
|
|
"balance": "0",
|
|
"txs": 0,
|
|
"unconfirmedBalance": 0,
|
|
"unconfirmedTxs": 0,
|
|
"nonce": "0",
|
|
"totalReceived": "0",
|
|
"totalSent": "0",
|
|
"usedTokens": 0
|
|
}
|
|
},
|
|
"getAccountUtxo": {
|
|
"data": []
|
|
},
|
|
"sendTransaction": {
|
|
"data": {
|
|
"error": {
|
|
"message": "-22: TX decode failed"
|
|
}
|
|
}
|
|
},
|
|
"estimateFee": {
|
|
"data": []
|
|
},
|
|
"getTransaction": {
|
|
"data": {
|
|
"error": {
|
|
"message": "Transaction not found"
|
|
}
|
|
}
|
|
}
|
|
}
|