SnapshotHubEvents
A collection of events emitted by the SnapshotHub contract
Events
AttestationSaved
Emitted when a new Attestation is saved (derived from a Notary snapshot).
event AttestationSaved(bytes attestation);
StateSaved
Emitted when a new Origin State is saved from a Guard snapshot.
event StateSaved(bytes state);