Asset API
Get asset holders for a specific asset.
vector<account_asset_balance> graphene::app::asset_api::get_asset_holders(
std::string asset,
uint32_t start,
uint32_t limit)const
Parameters
Return
asset
: The specific asset id or symbolstart
: The start indexlimit
: Maximum limit must not exceed 100
A list of asset holders for the specified asset.
Get all asset holders.
vector<asset_holders> graphene::app::asset_api::get_all_asset_holders()const
Return
A list of all asset holders.
Last modified 3yr ago