neoneo-go/pkg/rpc/response
Roman Khimov a188d20fd1 rpc: fix getstateheight result compatibility
C#:
   "result" : {
      "localrootindex" : 11623,
      "validatedrootindex" : 11623
   }

Go:
   "result" : {
      "blockHeight" : 11627,
      "stateHeight" : 11627
   }
2021-07-22 21:13:44 +03:00
..
result rpc: fix getstateheight result compatibility 2021-07-22 21:13:44 +03:00
errors.go *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
events.go rpc: allow to track notary requests via Notification subsystem 2021-06-01 16:29:04 +03:00
types.go rpc: allow batch JSON-RPC requests 2020-11-06 17:06:20 +03:00