Versions in this module Expand all Collapse all v0 v0.24.0-xpla-rc3 Nov 7, 2024 v0.24.0-xpla-rc2 Nov 7, 2024 v0.24.0-xpla-rc1 Oct 31, 2024 v0.23.0 Feb 15, 2024 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 v0.23.0-xpla-rc3 Apr 3, 2024 v0.23.0-xpla-rc2 Mar 11, 2024 v0.23.0-xpla-rc1 Mar 11, 2024 v0.23.0-xpla-4 Jul 9, 2024 v0.23.0-xpla-3 May 22, 2024 v0.23.0-xpla-2 May 21, 2024 v0.23.0-xpla-1 Apr 15, 2024 v0.23.0-xpla Apr 11, 2024