rpc/client: add a set of GetBlock methods
They differ in input and output types (and data), thus four methods are added.
This commit is contained in:
parent
685e34d83c
commit
f01766131b
2 changed files with 58 additions and 18 deletions
|
@ -19,6 +19,7 @@ TODO:
|
|||
Supported methods
|
||||
|
||||
getaccountstate
|
||||
getblock
|
||||
getclaimable
|
||||
getunspents
|
||||
invoke
|
||||
|
@ -34,7 +35,6 @@ Unsupported methods
|
|||
getassetstate
|
||||
getbalance
|
||||
getbestblockhash
|
||||
getblock
|
||||
getblockcount
|
||||
getblockhash
|
||||
getblockheader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue