Skip to content

Commit

Permalink
Remove return type
Browse files Browse the repository at this point in the history
  • Loading branch information
phanigovindaraju committed Jul 29, 2024
1 parent 3dd1b7e commit 9bc3e66
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions fireblocks_sdk/tokenization_api_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,3 @@ def __init__(
self.fee_level = fee_level
self.note = note

class ContractWithABIDto:
def __init__(self, address: str, base_asset_id: str, name: str, abi: List[AbiFunction], is_proxy: Optional[bool] = None, implementation: Optional[str] = None):
self.address = address
self.base_asset_id = base_asset_id
self.name = name
self.abi = abi
self.is_proxy = is_proxy
self.implementation = implementation

0 comments on commit 9bc3e66

Please sign in to comment.