Versions in this module Expand all Collapse all v0 v0.0.3 Oct 22, 2019 Changes in this version + func CallWithBlockHash(c Client, target interface{}, method string, blockHash *types.Hash, ...) error v0.0.2 Sep 27, 2019 v0.0.1 Sep 19, 2019 Changes in this version + type Client interface + Call func(result interface{}, method string, args ...interface{}) error + Subscribe func(ctx context.Context, namespace string, channel interface{}, ...) (*rpc.ClientSubscription, error) + URL func() string + func Connect(url string) (Client, error) Other modules containing this package gopkg.in/nodefactoryio/go-substrate-rpc-client.v1 gopkg.in/nodefactoryio/go-substrate-rpc-client.v2