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