save progress

This commit is contained in:
StellaOps Bot
2026-01-03 00:47:24 +02:00
parent 3f197814c5
commit ca578801fd
319 changed files with 32478 additions and 2202 deletions

View File

@@ -0,0 +1,12 @@
namespace StellaOps.Attestor.WebService.Options;
public sealed class AttestorWebServiceFeatures
{
public bool AnchorsEnabled { get; set; }
public bool ProofsEnabled { get; set; }
public bool VerifyEnabled { get; set; }
public bool VerdictsEnabled { get; set; } = true;
}