Skip to content

Commit

Permalink
previous
Browse files Browse the repository at this point in the history
  • Loading branch information
barakfireblocks committed Nov 14, 2023
1 parent c87bd51 commit 2ad6d41
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 @@ -2107,7 +2107,7 @@ def get_paginated_addresses(self, vault_account_id, asset_id, limit=500, before=
vault_account_id (str): The vault account Id
asset_id (str): the asset Id
limit(number, optional): limit of addresses per paging request
before (str, optional): curser for the previus paging
before (str, optional): curser for the previous paging
after (str, optional): curser for the next paging
"""
Expand Down

0 comments on commit 2ad6d41

Please sign in to comment.