InboxEvents

Git Source

Events

SnapshotAccepted

Emitted when a snapshot is accepted by the Summit contract.

event SnapshotAccepted(uint32 indexed domain, address indexed agent, bytes snapPayload, bytes snapSignature);

ReceiptAccepted

Emitted when a snapshot is accepted by the Summit contract.

event ReceiptAccepted(uint32 domain, address notary, bytes rcptPayload, bytes rcptSignature);

InvalidAttestation

Emitted when a proof of invalid attestation is submitted.

event InvalidAttestation(bytes attPayload, bytes attSignature);

InvalidAttestationReport

Emitted when a proof of invalid attestation report is submitted.

event InvalidAttestationReport(bytes arPayload, bytes arSignature);