Config constructor
const
Config({
- required String breezserver,
- required String chainnotifierUrl,
- String? mempoolspaceUrl,
- required String workingDir,
- required Network network,
- required int paymentTimeoutSec,
- String? defaultLspId,
- String? apiKey,
- required double maxfeePercent,
- required int exemptfeeMsat,
- required NodeConfig nodeConfig,
Implementation
const Config({
required this.breezserver,
required this.chainnotifierUrl,
this.mempoolspaceUrl,
required this.workingDir,
required this.network,
required this.paymentTimeoutSec,
this.defaultLspId,
this.apiKey,
required this.maxfeePercent,
required this.exemptfeeMsat,
required this.nodeConfig,
});