26 namespace graphene {
namespace chain {
34 bool _is_authorized_asset(
const database& d,
const account_object& acct,
const asset_object& asset_obj);
bool is_authorized_asset(const database &d, const account_object &acct, const asset_object &asset_obj)
This class represents an account on the object graphAccounts are the primary unit of authority on the...
tracks the blockchain state in an extensible manner
optional< flat_set< asset_id_type > > allowed_assets
accounts must be whitelisted in order to hold or transact this asset
tracks the parameters of an assetAll assets have a globally unique symbol name that controls how they...
uint16_t flags
The currently active flags on this permission. See asset_issuer_permission_flags. ...
bool _is_authorized_asset(const database &d, const account_object &acct, const asset_object &asset_obj)