BitShares-Core
7.0.0
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... | |
![]() | |
object_id_type | id |
Additional Inherited Members | |
![]() | |
abstract_object () | |
object_id< SpaceID, TypeID > | get_id () const |
![]() | |
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) | |
![]() | |
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 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.