neo-go/pkg/rpc
Roman Khimov 9e35758653 rpc: fix gettxout result for already spent outputs
As per C# documentation [1]:
  If the transaction output is already spent, the result value will be null .

[1]: https://docs.neo.org/docs/en-us/reference/rpc/latest-version/api/gettxout.html
2020-12-31 13:54:42 +03:00
..
client rpc: add getblocktransfertx RPC call 2020-11-02 19:01:48 +03:00
request rpc: allow batch JSON-RPC requests 2020-11-06 17:20:27 +03:00
response mpt: export func for decoding node with type 2020-11-11 13:22:53 +03:00
server rpc: fix gettxout result for already spent outputs 2020-12-31 13:54:42 +03:00
rpc_config.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00