Versions in this module Expand all Collapse all v1 v1.0.0 Jun 19, 2022 Changes in this version + type EndpointRequester interface + SendRequest func(ctx context.Context, method string, params interface{}, reply interface{}) error + func NewEndpointRequester(uri, endpoint, base string) EndpointRequester + type Requester interface + SendJSONRPCRequest func(ctx context.Context, endpoint string, method string, params interface{}, ...) error + func NewRPCRequester(uri string) Requester