ChannelClosingEvent constructor
ChannelClosingEvent({})
Implementation
ChannelClosingEvent({
required String channelId,
this.reason,
required this.initiator,
required this.clientBalanceSats,
required this.serverBalanceSats,
String? eventId,
DateTime? timestamp,
int? version,
Map<String, dynamic>? metadata,
}) : super(
channelId: channelId,
eventId: eventId,
timestamp: timestamp,
version: version,
metadata: metadata,
);