BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
This secondary index will allow fast access to the balance objects that belonging to an account. More...
#include <account_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 |
const map< asset_id_type, const account_balance_object * > & | get_account_balances (const account_id_type &acct) const |
const account_balance_object * | get_account_balance (const account_id_type &acct, const asset_id_type &asset) const |
Public Member Functions inherited from graphene::db::secondary_index | |
virtual | ~secondary_index ()=default |
This secondary index will allow fast access to the balance objects that belonging to an account.
Definition at line 361 of file account_object.hpp.
|
overridevirtual |
Reimplemented from graphene::db::secondary_index.
Definition at line 282 of file account_object.cpp.
const account_balance_object * graphene::chain::balances_by_account_index::get_account_balance | ( | const account_id_type & | acct, |
const asset_id_type & | asset | ||
) | const |
Definition at line 301 of file account_object.cpp.
const map< asset_id_type, const account_balance_object * > & graphene::chain::balances_by_account_index::get_account_balances | ( | const account_id_type & | acct | ) | const |
Definition at line 293 of file account_object.cpp.
|
overridevirtual |
Reimplemented from graphene::db::secondary_index.
Definition at line 263 of file account_object.cpp.
|
overridevirtual |
Reimplemented from graphene::db::secondary_index.
Definition at line 287 of file account_object.cpp.
|
overridevirtual |
Reimplemented from graphene::db::secondary_index.
Definition at line 275 of file account_object.cpp.