ArchethicTransactionSender constructor
ArchethicTransactionSender({
- required String phoenixHttpEndpoint,
- required String websocketEndpoint,
- required ApiService apiService,
Implementation
ArchethicTransactionSender({
required this.phoenixHttpEndpoint,
required this.websocketEndpoint,
required this.apiService,
});