Versions in this module Expand all Collapse all v0 v0.0.2 Aug 9, 2022 v0.0.1 Aug 9, 2022 Changes in this version + type ErrorObject struct + Code int + Data interface{} + Message string + func (e *ErrorObject) Error() string + type Request struct + ID uint64 + Method string + Params json.RawMessage + Version string + type Response struct + Error *ErrorObject + ID uint64 + Result json.RawMessage + type Subscription struct + ID string + Result json.RawMessage