Versions in this module Expand all Collapse all v0 v0.2.0 Jun 28, 2018 Changes in this version + var ErrTimeout = errors.New("timed out") + func CleanupPath(t *testing.T, path string) + func ConstructAddress(pubkey, prikey string) *iotxaddress.Address + func SignalChan(interval, timeout time.Duration) <-chan struct + func WaitUntil(interval, timeout time.Duration, f CheckCondition) error + type CheckCondition func() (bool, error)