Skip to content

Commit

Permalink
removed unnecessary field from BurnCollectionTokenRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
trongfb committed Jul 31, 2024
1 parent f87750d commit b09a23e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fireblocks_sdk/tokenization_api_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,10 @@ def __init__(
class BurnCollectionTokenRequest(BaseDictClass):
def __init__(
self,
to: str,
tokenId: str,
vaultAccountId: str,
amount: Optional[str] = None,
metadataURI: Optional[str] = None,
metadata: Optional[str] = None,
):
self.to = to
self.tokenId = tokenId
self.vaultAccountId = vaultAccountId
self.amount = amount
Expand Down

0 comments on commit b09a23e

Please sign in to comment.