neo-go/pkg/rpc/client
Roman Khimov 113cb0fac3 rpc: rename RawParams to Params in Raw, add comments
We've got parameters here and usually we name them Raw when they're
represented by json.RawMessage which is not the case here, so make it a bit
more friendly (the type itself is only used in client internals, so rename is
not a huge problem).
2022-07-08 17:38:56 +03:00
..
nns [#2442] English Check 2022-05-04 19:48:27 +03:00
client.go rpc: rename RawParams to Params in Raw, add comments 2022-07-08 17:38:56 +03:00
doc.go rpc: implement iterator sessions 2022-07-08 17:05:18 +03:00
doc_test.go rpc: adjust client documentation 2021-09-08 17:53:09 +03:00
helper.go rpc: restrict max number of iterator items for createIteratorUnwrapperScript 2022-07-08 17:05:18 +03:00
native.go rpc: restrict max number of iterator items for createIteratorUnwrapperScript 2022-07-08 17:05:18 +03:00
nep.go [#2442] English Check 2022-05-04 19:48:27 +03:00
nep11.go rpc: restrict max number of iterator items for createIteratorUnwrapperScript 2022-07-08 17:05:18 +03:00
nep17.go [#2442] English Check 2022-05-04 19:48:27 +03:00
policy.go rpc: carefully review places where Client.cache.initDone is used 2022-02-22 12:52:14 +03:00
rpc.go rpc: restrict (*Client).TraverseIterator with single RPC call 2022-07-08 17:05:18 +03:00
rpc_test.go rpc: move Request, Params and related code server-side 2022-07-08 17:38:53 +03:00
wsclient.go rpc: rename RawParams to Params in Raw, add comments 2022-07-08 17:38:56 +03:00
wsclient_test.go rpc: move Request, Params and related code server-side 2022-07-08 17:38:53 +03:00