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
Before forwarding any transaction to polkadot.js, sdk must make sure that the signer has a proper Zeitgeist wallet address. This is to detect errors beforehand and save some energy.
Right now, sdk checks if the address is in valid format. Maybe in future, can we also check if the signer account has sufficient funds before sending transaction?
The text was updated successfully, but these errors were encountered:
Before forwarding any transaction to
polkadot.js
, sdk must make sure that the signer has a proper Zeitgeist wallet address. This is to detect errors beforehand and save some energy.Right now, sdk checks if the address is in valid format. Maybe in future, can we also check if the signer account has sufficient funds before sending transaction?
The text was updated successfully, but these errors were encountered: