Versions in this module Expand all Collapse all v1 v1.1.0 Nov 16, 2018 v1.0.0 Nov 4, 2018 Changes in this version + func Call(abi abi.ABI, to, name string, inputs []interface{}) (resp json.RPCResponse, err error) + func DummySendTransaction(abi abi.ABI, to, name string, inputs []interface{}, gas int) (resp json.RPCResponse, err error) + func DummySendTransactionWithSign(abi abi.ABI, to, name string, inputs []interface{}, gasLimit, gasPrice uint64) (resp json.RPCResponse, err error) + func GetAbiFromJSON(raw string) (abi.ABI, error) + func Pack(abi abi.ABI, name string, args ...interface{}) (string, error) + func SendTransaction(abi abi.ABI, to, name string, inputs []interface{}, gas int) (resp json.RPCResponse, err error) + func SendTransactionWithSign(abi abi.ABI, to, name string, inputs []interface{}, gasLimit, gasPrice uint64) (resp json.RPCResponse, err error) + func Unpack(abi abi.ABI, v interface{}, name string, output string) error