transactions

@JvmName(name = "listTransactionsResponseTransactionOutputItem")
fun Flow<ListTransactionsResponse>.transactions(): Flow<TransactionOutputItem>

This paginator transforms the flow returned by listTransactionsPaginated to access the nested member TransactionOutputItem

Return

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