neoneo-go/pkg/rpc/request
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
..
types.go rpc: rename RawParams to Params in Raw, add comments 2022-07-08 17:38:56 +03:00