One of the main use cases for miden-client call is reading state from any public account, not just local ones.
The client already has building blocks for this (e.g. ForeignAccount::Public, execute_program with foreign accounts, RPC‑based state retrieval). This issue tracks adding support for calling procedures on remote public accounts via FPI.
Context and motivation: Main issue #1395, and see the comment in #1943.
One of the main use cases for
miden-client callis reading state from any public account, not just local ones.The client already has building blocks for this (e.g.
ForeignAccount::Public, execute_programwith foreign accounts, RPC‑based state retrieval). This issue tracks adding support for calling procedures on remote public accounts via FPI.Context and motivation: Main issue #1395, and see the comment in #1943.