transactions property

List<BlockTransaction> transactions
getter/setter pair

transactions is an array 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 max_block field.

Implementation

List<BlockTransaction> transactions;