neoneo-go/pkg/rpc/response
Roman Khimov 6a61e86d12 rpc: wrap calculatenetworkfee result in a structure
C#:
{
  "jsonrpc": "2.0",
  "id": 2,
  "result": {
    "networkfee": "1185120"
  }
}

Go:
{
  "id": 2,
  "jsonrpc": "2.0",
  "result": 1185120
}

Thanks @csmuller for finding it.
2021-06-04 23:38:35 +03:00
..
result rpc: wrap calculatenetworkfee result in a structure 2021-06-04 23:38:35 +03:00
errors.go *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
events.go remove github.com/pkg/errors from dependencies 2020-08-07 12:21:52 +03:00
types.go rpc: allow batch JSON-RPC requests 2020-11-06 17:06:20 +03:00