mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Refactor parameter passing in wallet functions
This commit is contained in:
13
BTCPayServer/Models/WalletViewModels/SigningContextModel.cs
Normal file
13
BTCPayServer/Models/WalletViewModels/SigningContextModel.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BTCPayServer.Models.WalletViewModels
|
||||
{
|
||||
public class SigningContextModel
|
||||
{
|
||||
public string PayJoinEndpointUrl { get; set; }
|
||||
public bool? EnforceLowR { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user