You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/Users/my_username/opt/miniconda3/lib/python3.9/site-packages/secret_sdk/core/auth/data/account.py", line 48, in from_data
address=data["address"],
KeyError: 'address'
creates a result of: BlockTxBroadcastResult(height=0, txhash='hash', raw_log='no signatures supplied', gas_wanted=200000, gas_used=0, logs=None, code=15, codespace='sdk')
where no signatures were applied!
No matter what I do I can't get a transaction to send on the secret network. I think it's an issue with the sdk, any support would be greatly welcomed!
The text was updated successfully, but these errors were encountered:
Description
I am trying to submit a transaction to the blockchain, but no matter how I do it I get an error in the sdk.
I am trying to do this through two different ways:
What I Did
produces a result of:
creates a result of:
BlockTxBroadcastResult(height=0, txhash='hash', raw_log='no signatures supplied', gas_wanted=200000, gas_used=0, logs=None, code=15, codespace='sdk')
where no signatures were applied!
No matter what I do I can't get a transaction to send on the secret network. I think it's an issue with the sdk, any support would be greatly welcomed!
The text was updated successfully, but these errors were encountered: