neoneo-go/pkg
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
..
compiler native/neo: add getAccountState method, close #1975 2021-05-27 10:59:38 +03:00
config config: make MaxValidUntilBlockIncrement configurable 2021-05-17 13:43:03 +03:00
consensus wallet: rename isdefault to isDefault 2021-05-14 10:31:31 +03:00
core core: export (*NEOBalanceState).FromStackItem 2021-05-31 11:18:54 +03:00
crypto *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
encoding *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
interop native/neo: add getAccountState method, close #1975 2021-05-27 10:59:38 +03:00
io *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
network *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
rpc rpc: wrap calculatenetworkfee result in a structure 2021-06-04 23:38:35 +03:00
services config: make MaxValidUntilBlockIncrement configurable 2021-05-17 13:43:03 +03:00
smartcontract *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
util *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
vm vm, cli: allow to specify flags while loading VM 2021-05-28 12:07:41 +03:00
wallet wallet: rename isdefault to isDefault 2021-05-14 10:31:31 +03:00