Skip to content

Commit

Permalink
-> List[Dict[str, Any]]
Browse files Browse the repository at this point in the history
  • Loading branch information
barakfireblocks committed Aug 22, 2024
1 parent f34936a commit 33a8b0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions fireblocks_sdk/api_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,6 @@ def to_dict(self):
for rescan_tx in self.rescan_txs:
self.txs_to_validate.append(rescan_tx.to_dict())

class RescanTxResponse:
def __init__(self, tx_hashes, base_asset, network_protocol):
self.txHashes = tx_hashes
self.baseAsset = base_asset
self.networkProtocol = network_protocol

class PagedVaultAccountsRequestFilters:
""" Optional filters to apply for request
Expand Down
1 change: 0 additions & 1 deletion fireblocks_sdk/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
TokenOwnershipSpamUpdatePayload,
RescanTx,
RescanTxRequest,
RescanTxResponse,
)
from .tokenization_api_types import \
CreateTokenRequest, \
Expand Down

0 comments on commit 33a8b0b

Please sign in to comment.