Versions in this module Expand all Collapse all v1 v1.1.9 Jun 3, 2022 v1.1.8 Jun 3, 2022 v1.1.7 Jun 3, 2022 v1.1.6 Jun 3, 2022 v1.1.5 Jun 3, 2022 v1.1.4 Jun 3, 2022 v1.1.3 Jun 3, 2022 v1.1.2 Jun 3, 2022 v1.1.1 Jun 3, 2022 v1.1.0 Jun 3, 2022 v1.0.9 Jun 3, 2022 v1.0.8 Jun 3, 2022 v1.0.7 Jun 3, 2022 v1.0.6 Jun 3, 2022 v1.0.5 Jun 2, 2022 v1.0.4 Jun 2, 2022 v1.0.3 Jun 2, 2022 v1.0.2 Jun 2, 2022 v1.0.1 Jun 1, 2022 Changes in this version + var HOST = os.Getenv("HOST") + func DeployTestContract(t *testing.T, addr []byte) (hexutil.Bytes, map[string]interface{}) + func DeployTestContractWithFunction(t *testing.T, addr []byte) hexutil.Bytes + func GetAddress() ([]byte, error) + func GetGasPrice(t *testing.T) string + func GetNonce(t *testing.T, block string) hexutil.Uint64 + func GetTransactionReceipt(t *testing.T, hash hexutil.Bytes) map[string]interface + func HexToBigInt(t *testing.T, in string) *big.Int + func SendTestTransaction(t *testing.T, addr []byte) hexutil.Bytes + func UnlockAllAccounts(t *testing.T) + func WaitForReceipt(t *testing.T, hash hexutil.Bytes) map[string]interface + type Error struct + Code int + Data interface{} + Message string + type Request struct + ID int + Method string + Params interface{} + Version string + func CreateRequest(method string, params interface{}) Request + type Response struct + Error *Error + ID int + Result json.RawMessage + func Call(t *testing.T, method string, params interface{}) *Response + func CallWithError(method string, params interface{}) (*Response, error) + func CallWithSleep(t *testing.T, method string, params interface{}, sleep time.Duration) *Response