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 1dbcee2 commit f34936a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fireblocks_sdk/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -2111,7 +2111,7 @@ def get_max_bip44_index_used(self, vault_account_id, asset_id):

return self._get_request(url)

def rescan_transactions_beta(self, rescan_txs: List[RescanTx]) -> list[RescanTxResponse]:
def rescan_transactions_beta(self, rescan_txs: List[RescanTx]) -> List[Dict[str, Any]]:
"""initiate rescan for given transactions
Args:
rescan_txs: (Array of RescanTx): the transaction asset_id and hash for rescan
Expand Down

0 comments on commit f34936a

Please sign in to comment.