OriginEvents

Git Source

A collection of events emitted by the Origin contract

Events

Dispatched

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

Sent

Emitted when a new message is sent.

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