Skip to content

Commit c256d56

Browse files
committed
SPT-4243-AML-support
1 parent b28bdde commit c256d56

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

fireblocks_sdk/api_types.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,6 @@ class AssetClassValues(str, Enum):
453453
SFT = "SFT"
454454

455455

456-
# =============================================================================
457-
# SCREENING, AML, AND TRAVEL RULE TYPES
458-
# =============================================================================
459-
460456
class AmlVerdictValues(str, Enum):
461457
ACCEPT = "ACCEPT"
462458
REJECT = "REJECT"
@@ -485,7 +481,6 @@ class VaspReviewValues(str, Enum):
485481
NULL = "NULL"
486482

487483

488-
489484
class AssetScopeValues(str, Enum):
490485
GLOBAL = "GLOBAL"
491486
LOCAL = "LOCAL"

0 commit comments

Comments
 (0)