Skip to content

Commit ccdc08e

Browse files
authored
Merge pull request #248 from crypkit/feat-rm-unrealized-available-asset-type
feat: remove not used UNREALIZED_AVAILABLE AssetType
2 parents ba81368 + 4c39b64 commit ccdc08e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

blockapi/v2/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ class AssetType(str, Enum):
389389
PRICED_VESTING = 'priced_vesting'
390390
REWARDS = 'rewards'
391391
STAKED = 'staked'
392-
UNREALIZED_AVAILABLE = 'unrealized_available'
393392
VESTING = 'vesting'
394393
YIELD = 'yield'
395394

0 commit comments

Comments
 (0)