Asset API
Last updated
Was this helpful?
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)constasset: The specific asset id or symbol
start: The start index
limit: 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()constA list of all asset holders.
Last updated
Was this helpful?
Was this helpful?
