neo-go/pkg/rpc/client
Anna Shaleva b98fab6b38 rpc: refactor findstates client wrapper
1. Use empty `prefix` instead of nil `preifx` in order to avoid RPC server
exceptions.
2. Allow to omit `start` parameter` if `maxCount` is not specified.
3. Use empty `start` instead of nil `start` to avoid RPC server
exceptions.
2022-01-18 14:56:17 +03:00
..
client.go rpc: return protocol parameters in getversion, fix #2160 2021-09-10 21:45:59 +03:00
doc.go rpc: update docs of RPC client 2022-01-17 12:00:56 +03:00
doc_test.go rpc: adjust client documentation 2021-09-08 17:53:09 +03:00
helper.go nft-nd-nns: add getAllRecords method 2021-09-10 16:30:45 +03:00
native.go nft-nd-nns: add getAllRecords method 2021-09-10 16:30:45 +03:00
nep.go rpc: check token standard in nepTokenInfo 2021-04-30 16:23:04 +03:00
nep11.go *: use NEP-XX naming consistently in docs/comments 2021-11-19 12:58:46 +03:00
nep17.go *: use NEP-XX naming consistently in docs/comments 2021-11-19 12:58:46 +03:00
policy.go rpc: move all top*FromStack client functions to a separate file 2021-03-26 20:44:32 +03:00
rpc.go rpc: refactor findstates client wrapper 2022-01-18 14:56:17 +03:00
rpc_test.go rpc: add support of getstateroot to RPC client 2022-01-17 11:59:13 +03:00
wsclient.go rpc: *In parameters marshalling optimisation 2021-11-10 14:42:08 +03:00
wsclient_test.go rpc: *In parameters marshalling optimisation 2021-11-10 14:42:08 +03:00