btcpayserver/BTCPayServer/Roles.cs

8 lines
119 B
C#

namespace BTCPayServer
{
public class Roles
{
public const string ServerAdmin = "ServerAdmin";
}
}