transactions property

  1. @JsonKey(name: 'transactions', defaultValue: [])
List<Transaction> transactions
final

List of transactions corresponding to a given round.

Implementation

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