0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
32 stars 29 forks source link

Add support for `GetAccountDetails` rpc endpoint for off-chain accounts #251

Closed mFragaBA closed 5 months ago

mFragaBA commented 5 months ago

(Context: On #248 we added the GetAccountDetails endpoint for the node rpc client.)

          Because the RPC call returns account information for off-chain notes as well (AFAIK only the current hash/nonce?), we should implement that in the future. Let's add an issue to address that.

_Originally posted by @igamigo in https://github.com/0xPolygonMiden/miden-client/pull/249#discussion_r1561190231_

mFragaBA commented 5 months ago

closing as #272 got merged