Versions in this module Expand all Collapse all v1 v1.0.0 Jun 3, 2021 Changes in this version + type JsonRpc interface + Call func(result interface{}, method string, args ...interface{}) error + CallContext func(ctx context.Context, result interface{}, method string, args1 ...interface{}) error + Close func() + func NewRpc(host string) (JsonRpc, error)