listTransactionEvents
inline suspend fun ManagedBlockchainQueryClient.listTransactionEvents(crossinline block: ListTransactionEventsRequest.Builder.() -> Unit): ListTransactionEventsResponse
An array of TransactionEvent
objects. Each object contains details about the transaction event.
This action will return transaction details for all transactions that are confirmed on the blockchain, even if they have not reached finality.