OriginEvents

Git Source

A collection of events emitted by the Origin contract

Events

Sent

Emitted when a new message is sent.

event Sent(bytes32 indexed messageHash, uint32 indexed nonce, uint32 indexed destination, bytes message);

TipWithdrawalCompleted

Emitted when a tip withdrawal is completed.

event TipWithdrawalCompleted(address actor, uint256 tip);