7 lines
No EOL
194 B
C#
7 lines
No EOL
194 B
C#
namespace BTCPayServer.Plugins.Monero;
|
|
|
|
public class MoneroLikeSpecificBtcPayNetwork : BTCPayNetworkBase
|
|
{
|
|
public int MaxTrackedConfirmation = 10;
|
|
public string UriScheme { get; set; }
|
|
} |