-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Issue:
| return get_transactions_by_address( |
Function not working due to wrong parameter order.
Update to:
return get_transactions_by_address(
cls._client.get_api_key(),
address,
explorer_key,
session,
limit,
startBlock,
endBlock,
)
Reference:
developer-platform-client-py/crypto_com_developer_platform_client/integrations/transaction_api.py
Line 11 in 26fe382
| def get_transactions_by_address( |
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers