Type Alias AccountEventLog

Source
pub type AccountEventLog<E> = FileSystemEventLog<AccountEvent, E>;
Expand description

Event log for changes to an account.

Aliased Typeยง

struct AccountEventLog<E> { /* private fields */ }