public CashoutOffchainApiResponse(OffchainResponse response) : base(response) { ChannelClosed = response.ChannelClosed; }
public OffchainApiResponse(OffchainResponse response) { Transaction = response.TransactionHex; TransferId = response.TransferId; }