File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -74,13 +74,13 @@ RPC Port: 27486
74
74
- [x] getblockchaininfo
75
75
- [x] getblockcount
76
76
- [x] getblockhash index
77
- - [ ] getblockhashes timestamp
77
+ - [ ] getblockhashes timestamp -- Todo
78
78
- [x] getblockheader "hash" ( verbose )
79
79
- [x] getchaintips
80
80
- [x] getdifficulty
81
81
- [x] getmempoolinfo
82
82
- [x] getrawmempool ( verbose )
83
- - [ ] getspentinfo
83
+ - [ ] getspentinfo -- Todo
84
84
- [ ] gettxout "txid" n ( includemempool )
85
85
- [ ] gettxoutproof ["txid",...] ( blockhash )
86
86
- [ ] gettxoutsetinfo
Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ komodod -txindex=-1 -ac_name=TEST
13
13
```
14
14
15
15
```
16
+
17
+ # Need -timestampindex=1 active in komodod
16
18
komodo-cli getblockhashes 1547424000 1547526260
19
+
20
+ # Need -spentindex=-1 active in komodod
21
+ komodo-cli getspentinfo '{"txid": "16298ea1de39a2818210fb54435c47859ae8746ff9df6c557ea88fc612750e4f", "index": 0}'
17
22
```
18
23
You can’t perform that action at this time.
0 commit comments