BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::chain::detail::vbo_mfs_key Struct Reference

Public Member Functions

 vbo_mfs_key (const account_id_type &account, const asset_id_type &asset)
 
bool operator() (const vbo_mfs_key &k, const vesting_balance_object &vbo) const
 
uint64_t operator() (const vbo_mfs_key &k) const
 

Public Attributes

account_id_type account_id
 
asset_id_type asset_id
 

Detailed Description

Used as a key to search vesting_balance_object in the index

Definition at line 90 of file db_balance.cpp.

Constructor & Destructor Documentation

◆ vbo_mfs_key()

graphene::chain::detail::vbo_mfs_key::vbo_mfs_key ( const account_id_type &  account,
const asset_id_type &  asset 
)
inline

Definition at line 95 of file db_balance.cpp.

Member Function Documentation

◆ operator()() [1/2]

uint64_t graphene::chain::detail::vbo_mfs_key::operator() ( const vbo_mfs_key k) const
inline

Definition at line 107 of file db_balance.cpp.

◆ operator()() [2/2]

bool graphene::chain::detail::vbo_mfs_key::operator() ( const vbo_mfs_key k,
const vesting_balance_object vbo 
) const
inline

Definition at line 100 of file db_balance.cpp.

Member Data Documentation

◆ account_id

account_id_type graphene::chain::detail::vbo_mfs_key::account_id

Definition at line 92 of file db_balance.cpp.

◆ asset_id

asset_id_type graphene::chain::detail::vbo_mfs_key::asset_id

Definition at line 93 of file db_balance.cpp.


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