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
Discussing the API with @jochem-brouwer we thought it might be easier from a developer PoV to have a modifyAccountFields that internally fetches an account from the trie, modify the given fields and then do a putAccount. This is to avoid users having to to the getAccount everytime they want to change an account. The method should probably throw if account doesn't exist.
The text was updated successfully, but these errors were encountered:
Discussing the API with @jochem-brouwer we thought it might be easier from a developer PoV to have a
modifyAccountFields
that internally fetches an account from the trie, modify the given fields and then do aputAccount
. This is to avoid users having to to thegetAccount
everytime they want to change an account. The method should probably throw if account doesn't exist.The text was updated successfully, but these errors were encountered: