|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
This struct tracks accounts that have exceeded the max-ops-per-account limit. More...
#include <account_history_plugin.hpp>
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< object > | clone () 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< object > | clone () 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 |
This struct tracks accounts that have exceeded the max-ops-per-account limit.
Definition at line 53 of file account_history_plugin.hpp.
| 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.
| 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.
1.8.17