@ exceeded_account_object_type
account_history_object_type
multi_index_container< exceeded_account_object, indexed_by< ordered_unique< tag< by_id >, member< object, object_id_type, &object::id > >, ordered_unique< tag< by_account >, member< exceeded_account_object, account_id_type, &exceeded_account_object::account_id > >, ordered_unique< tag< by_block_num >, composite_key< exceeded_account_object, member< exceeded_account_object, uint32_t, &exceeded_account_object::block_num >, member< object, object_id_type, &object::id > > > > > exceeded_account_multi_idx_type
uint32_t block_num
The height of the block containing the oldest (not yet removed) operation related to this account.
account_id_type account_id
The ID of the account.
This struct tracks accounts that have exceeded the max-ops-per-account limit.