Versions in this module Expand all Collapse all v0 v0.1.3 Jun 13, 2022 v0.1.2 May 5, 2022 v0.1.1 Apr 25, 2022 v0.1.0 Mar 5, 2022 Changes in this version + type ErrorObject struct + Code int + Data interface{} + Message string + func (e *ErrorObject) Error() string + type Request struct + ID uint64 + JsonRPC string + Method string + Params json.RawMessage + type Response struct + Error *ErrorObject + ID uint64 + Result json.RawMessage + type Subscription struct + ID string + Result json.RawMessage