BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::account_history::exceeded_account_object Struct Reference

This struct tracks accounts that have exceeded the max-ops-per-account limit. More...

#include <account_history_plugin.hpp>

Inheritance diagram for graphene::account_history::exceeded_account_object:
graphene::db::abstract_object< exceeded_account_object, ACCOUNT_HISTORY_SPACE_ID, exceeded_account_object_type > graphene::db::base_abstract_object< exceeded_account_object > graphene::db::object

Public Attributes

account_id_type account_id
 The ID of the account. More...
 
uint32_t block_num
 The height of the block containing the oldest (not yet removed) operation related to this account. More...
 
- Public Attributes inherited from graphene::db::object
object_id_type id
 

Additional Inherited Members

- Public Member Functions inherited from graphene::db::abstract_object< exceeded_account_object, ACCOUNT_HISTORY_SPACE_ID, exceeded_account_object_type >
 abstract_object ()
 
object_id< SpaceID, TypeID > get_id () const
 
- Public Member Functions inherited from graphene::db::base_abstract_object< exceeded_account_object >
std::unique_ptr< objectclone () const override
 
void move_from (object &obj) override
 
fc::variant to_variant () const override
 
std::vector< char > pack () const override
 
 object ()=default
 
 object (uint8_t space_id, uint8_t type_id)
 
- Public Member Functions inherited from graphene::db::object
 object ()=default
 
 object (uint8_t space_id, uint8_t type_id)
 
virtual ~object ()=default
 
virtual std::unique_ptr< objectclone () const =0
 
virtual fc::variant to_variant () const =0
 
virtual std::vector< char > pack () const =0
 
- Static Public Attributes inherited from graphene::db::abstract_object< exceeded_account_object, ACCOUNT_HISTORY_SPACE_ID, exceeded_account_object_type >
static constexpr uint8_t space_id
 
static constexpr uint8_t type_id
 

Detailed Description

This struct tracks accounts that have exceeded the max-ops-per-account limit.

Definition at line 53 of file account_history_plugin.hpp.

Member Data Documentation

◆ account_id

account_id_type graphene::account_history::exceeded_account_object::account_id

The ID of the account.

Definition at line 57 of file account_history_plugin.hpp.

◆ block_num

uint32_t graphene::account_history::exceeded_account_object::block_num

The height of the block containing the oldest (not yet removed) operation related to this account.

Definition at line 59 of file account_history_plugin.hpp.


The documentation for this struct was generated from the following file: