RefundTransactionBuiltResponse constructor
RefundTransactionBuiltResponse({})
Implementation
RefundTransactionBuiltResponse({
required this.channelId,
required this.refundTxHex,
required this.success,
this.error,
}) : super(payload: null);