transactions property

  1. @JsonKey(name: 'txns', defaultValue: [])
  2. @ListAlgodTransactionConverter()
List<SignedTransactionWithAD> transactions
final

List of transactions corresponding to a given round.

Implementation

@JsonKey(name: 'txns', defaultValue: [])
@ListAlgodTransactionConverter()
final List<SignedTransactionWithAD> transactions;