RequestRefundSignatureCommand constructor
RequestRefundSignatureCommand({})
Implementation
RequestRefundSignatureCommand({
required String channelId,
required this.fundingTxId,
required this.fundingOutputIndex,
required this.refundTxHex,
required this.lockTimeUnix,
required this.serverSignatureHex,
String? commandId,
DateTime? timestamp,
Map<String, dynamic>? metadata,
}) : super(
channelId: channelId,
commandId: commandId,
timestamp: timestamp,
metadata: metadata,
);