Versions in this module Expand all Collapse all v1 v1.0.1 Nov 13, 2017 v1.0.0 Oct 26, 2017 Changes in this version + type Client interface + CreateContract func(ctx context.Context, from common.Address, bytecode string, gas *big.Int) (string, error) + CreatePrivateContract func(ctx context.Context, from common.Address, bytecode string, gas *big.Int, ...) (string, error) + func Dial(rawurl string) (Client, error)