ArchethicTransactionSender constructor

ArchethicTransactionSender({
  1. required String phoenixHttpEndpoint,
  2. required String websocketEndpoint,
  3. required ApiService apiService,
})

Implementation

ArchethicTransactionSender({
  required this.phoenixHttpEndpoint,
  required this.websocketEndpoint,
  required this.apiService,
});