Skip to content

Commit

Permalink
Create channelconfig.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Jan 26, 2024
1 parent fc7010b commit e57d526
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/lightning/channelconfig.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
'package:ldk_node_package/ChannelConfig';

const ChannelConfig({
required this.forwardingFeeProportionalMillionths,
required this.forwardingFeeBaseMsat,
required this.cltvExpiryDelta,
required this.maxDustHtlcExposure,
required this.forceCloseAvoidanceMaxFeeSatoshis,
required this.acceptUnderpayingHtlcs,
});

0 comments on commit e57d526

Please sign in to comment.