assets

@JvmName(name = "listAssetsResponseAssetInfo")
fun Flow<ListAssetsResponse>.assets(): Flow<AssetInfo>

This paginator transforms the flow returned by listAssetsPaginated to access the nested member AssetInfo

Return

A kotlinx.coroutines.flow.Flow that can collect AssetInfo