-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Subject of the issue
Your environment
py-algorand-sdk 2.0.0
Steps to reproduce
- Call the method
asset_balances(asset_id, round_num=number)orasset_balances(asset_id, block=number)
Expected behaviour
A balance return at the given block/round number according to the docs: https://py-algorand-sdk.readthedocs.io/en/latest/algosdk/v2client/indexer.html
Actual behaviour
It seems like the method got changed, and doesn't allow for this parameter anymore, I believe it's a case of outdated docs or an undocumented change, since I get the following TypeErrors:
TypeError: IndexerClient.indexer_request() got an unexpected keyword argument 'round_num'
TypeError: IndexerClient.indexer_request() got an unexpected keyword argument 'block'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working