0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
27 stars 23 forks source link

refactor: get account from a single store query #300

Closed tomyrd closed 2 months ago

tomyrd commented 2 months ago

closes #286

Refactored the get_account function to build the account from a single big query instead of multiple small ones.