neoneo-go/pkg/rpc
Anna Shaleva ca12c75b12 rpc: fix name of json nep5balance field
Problem: wrong json field name of result.NEP5Balances.Balances
(see for details:
https://github.com/neo-project/neo-modules/blob/master-2.x/RpcNep5Tracker/RpcNep5Tracker.cs#L295)

Solution: rename field from `balances` to `balance` to be consistent with C# client
2020-03-24 14:55:20 +03:00
..
client rpc/client: add TransferNEP5 method to easily transfer tokens 2020-03-16 17:52:32 +03:00
request transaction: implement AddVerificationHash() method 2020-03-16 14:11:19 +03:00
response rpc: fix name of json nep5balance field 2020-03-24 14:55:20 +03:00
server rpc: fix blockheader marshalling in getblockheader RPC server 2020-03-24 14:55:20 +03:00