Type Alias AccountBlocks

Source
pub type AccountBlocks = AugDict<HashBytes, CurrencyCollection, AccountBlock>;
Expand description

Account blocks grouped by account id with a total fees as an extra data.

Aliased Typeยง

pub struct AccountBlocks { /* private fields */ }