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
Тhis issue is blocked for now. The isAssociated method is a view type. This means that whenever it is called it would go through eth_call, which in turn will execute the method in the web3 module of the Mirror node. But the EVM of the mirror node is not yet updated with the opcode for this method.
Problem
Until recently calling isAssociated() was not possible, but now with the resolving of this issue in services, this is possible.
Solution
We'd need to extend our current examples to support and test this behaviour.
Alternatives
No response
The text was updated successfully, but these errors were encountered: