Type Alias everscale_types::models::block::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§

struct AccountBlocks { /* private fields */ }