mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-03 01:41:48 +00:00
rpc/client: implement GetRawTransaction, fix #586
This commit is contained in:
parent
f01766131b
commit
a9d8c9e0d3
2 changed files with 38 additions and 14 deletions
|
@ -21,6 +21,7 @@ Supported methods
|
|||
getaccountstate
|
||||
getblock
|
||||
getclaimable
|
||||
getrawtransaction
|
||||
getunspents
|
||||
invoke
|
||||
invokefunction
|
||||
|
@ -47,7 +48,6 @@ Unsupported methods
|
|||
getnewaddress
|
||||
getpeers
|
||||
getrawmempool
|
||||
getrawtransaction
|
||||
getstorage
|
||||
gettransactionheight
|
||||
gettxout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue