Type Alias AccountPatch

Source
pub type AccountPatch = Patch<AccountEvent>;
Expand description

Patch of account events.

Aliased Typeยง

pub struct AccountPatch(/* private fields */);