We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a610c0 commit c77e0bbCopy full SHA for c77e0bb
1 file changed
src/MyJetWallet.Fireblocks.Client/ApiClients.cs
@@ -37267,6 +37267,9 @@ public enum TransactionSubStatus
37267
37268
[System.Runtime.Serialization.EnumMember(Value = @"INVALID_TYPED_MESSAGE_PARAMETERS")]
37269
INVALID_TYPED_MESSAGE_PARAMETERS = 115,
37270
+
37271
+ [System.Runtime.Serialization.EnumMember(Value = @"UNAUTHORISED__MISSING_PERMISSION")]
37272
+ UNAUTHORISED__MISSING_PERMISSION = 116,
37273
37274
[System.Runtime.Serialization.EnumMember(Value = @"UNSUPPORTED_DESIGNATED_SIGNERS")]
37275
UNSUPPORTED_DESIGNATED_SIGNERS = 10001,
0 commit comments