Versions in this module Expand all Collapse all v0 v0.1.1 Oct 26, 2022 Changes in this version + func CallWithBlockHash(c Client, target interface{}, method string, blockHash *types.Hash, ...) error + type Client interface + Call func(result interface{}, method string, args ...interface{}) error + Subscribe func(ctx context.Context, ...) (*gethrpc.ClientSubscription, error) + URL func() string + func Connect(url string) (Client, error)