offeringTransactions

@JvmName(name = "listOfferingTransactionsResponseOfferingTransaction")
fun Flow<ListOfferingTransactionsResponse>.offeringTransactions(): Flow<OfferingTransaction>

This paginator transforms the flow returned by listOfferingTransactionsPaginated to access the nested member OfferingTransaction

Return

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