Merge pull request #19 from cmgustavo/feature/add_getbestblockhash_to_rpcclient
Added getBestBlockHash command to callspect
This commit is contained in:
commit
ca4fd3d6bd
|
@ -39,6 +39,7 @@ function ClassSpec(b) {
|
||||||
getAddedNodeInfo: '',
|
getAddedNodeInfo: '',
|
||||||
getAddressesByAccount: '',
|
getAddressesByAccount: '',
|
||||||
getBalance: 'str int',
|
getBalance: 'str int',
|
||||||
|
getBestBlockHash: '',
|
||||||
getBlock: '',
|
getBlock: '',
|
||||||
getBlockCount: '',
|
getBlockCount: '',
|
||||||
getBlockHash: 'int',
|
getBlockHash: 'int',
|
||||||
|
|
Loading…
Reference in New Issue