ADABlockAddressTransactionsResponse constructor

ADABlockAddressTransactionsResponse({
  1. required String address,
  2. required List<String> transactions,
})

Implementation

ADABlockAddressTransactionsResponse({
  required this.address,
  required this.transactions,
});