Type Alias AccountEventLog

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

Event log for changes to an account.

Aliased Typeยง

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