neoneo-go/pkg/rpc
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
..
client rpc: rename RawParams to Params in Raw, add comments 2022-07-08 17:38:56 +03:00
request rpc: rename RawParams to Params in Raw, add comments 2022-07-08 17:38:56 +03:00
response rpc: fail invoke.Result unmarshalling on stack unmarshalling error 2022-07-08 17:05:18 +03:00
server rpc: move Request, Params and related code server-side 2022-07-08 17:38:53 +03:00
rpc_config.go rpc: restrict the amount of concurrently running iterator sessions 2022-07-08 17:05:18 +03:00