BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
tracks all of the proposal objects that requrie approval of an individual account. More...
#include <proposal_object.hpp>
Public Member Functions | |
virtual void | object_inserted (const object &obj) override |
virtual void | object_removed (const object &obj) override |
virtual void | about_to_modify (const object &before) override |
virtual void | object_modified (const object &after) override |
Public Member Functions inherited from graphene::db::secondary_index | |
virtual | ~secondary_index ()=default |
Public Attributes | |
map< account_id_type, set< proposal_id_type > > | _account_to_proposals |
tracks all of the proposal objects that requrie approval of an individual account.
This is a secondary index on the proposal_index
Definition at line 68 of file proposal_object.hpp.
|
overridevirtual |
Reimplemented from graphene::db::secondary_index.
Definition at line 129 of file proposal_object.cpp.
|
overridevirtual |
Reimplemented from graphene::db::secondary_index.
Definition at line 60 of file proposal_object.cpp.
|
overridevirtual |
Reimplemented from graphene::db::secondary_index.
Definition at line 136 of file proposal_object.cpp.
|
overridevirtual |
Reimplemented from graphene::db::secondary_index.
Definition at line 87 of file proposal_object.cpp.
map<account_id_type, set<proposal_id_type> > graphene::chain::required_approval_index::_account_to_proposals |
Definition at line 76 of file proposal_object.hpp.