transactions property

List<BlockTransaction> transactions
final

A list of BlockTransactions sorted by most recent BlockIdentifier (meaning that transactions in recent blocks appear first). If there are many transactions for a particular search, transactions may not contain all matching transactions. It is up to the caller to paginate these transactions using the maxBlock field.

Implementation

final List<BlockTransaction> transactions;