mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-27 09:54:55 +01:00
9 lines
202 B
C#
9 lines
202 B
C#
namespace BTCPayServer
|
|
{
|
|
public class MoneroLikeSpecificBtcPayNetwork : BTCPayNetworkBase
|
|
{
|
|
public int MaxTrackedConfirmation = 10;
|
|
public string UriScheme { get; set; }
|
|
}
|
|
}
|