transactions property

List<String> transactions

A list of the transactions hashes for each transaction this block includes.

Implementation

List<String> get transactions => impl.transactions.cast<String>();