This commit is contained in:
Archi
2023-08-07 18:12:50 +02:00
parent 7ee92cb5b9
commit 6b116b5163

View File

@@ -43,6 +43,9 @@ public sealed class Confirmation {
[JsonConstructor]
private Confirmation() { }
[UsedImplicitly]
public static bool ShouldSerializeNonce() => false;
[PublicAPI]
public enum EConfirmationType : byte {
Unknown,