pub async fn indexer_asset(
    conn: &mut IndexerConnection,
    index_id: &i64,
    asset_type: IndexerAssetType
) -> Result<IndexerAsset>
Expand description

Returns the requested asset for an indexer with the given id.