Asset API
Asset
get_asset_holders
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
asset
: The specific asset id or symbolstart
: The start indexlimit
: Maximum limit must not exceed 100
get_all_asset_holders
Get all asset holders.
vector<asset_holders> graphene::app::asset_api::get_all_asset_holders()const
A list of all asset holders.
Last updated