transactions property

  1. @BuiltValueField(wireName: r'transactions')
BuiltList<BlockContentAddressesInnerTransactionsInner> transactions

List of transactions containing the address either in their inputs or outputs. Sorted by transaction index within a block, ascending.

Implementation

@BuiltValueField(wireName: r'transactions')
BuiltList<BlockContentAddressesInnerTransactionsInner> get transactions;