Skip to content

Commit

Permalink
Merge pull request #190 from trongvnau/collection_api_fix_burn_reques…
Browse files Browse the repository at this point in the history
…t_object

removed unnecessary field from BurnCollectionTokenRequest
  • Loading branch information
phanigovindaraju authored Aug 1, 2024
2 parents f87750d + b09a23e commit 50e136d
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 50e136d

Please sign in to comment.