Vulcan
Structs
Log
struct Log {
bytes32[] topics
bytes data
address emitter
}
Struct that represent an EVM log
vulcan
init()
Initializes the context module
failed() → (bool)
Checks if fail
was called at some point.
fail()
Signal that an expectation/assertion failed.
clearFailure()
Resets the failed state.
watch(address _target) → (Watcher)
Starts monitoring an address.
stopWatcher(address _target)
Stops monitoring an address.