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
Hello there, I'm trying to access scatter.eos instance properties but they are transformed into augmented function call's as per the proxy implementation on plugin eosjs2.
Hello there, I'm trying to access scatter.eos instance properties but they are transformed into augmented function call's as per the proxy implementation on plugin eosjs2.
check here: https://github.com/GetScatter/scatter-js/blob/master/packages/plugin-eosjs2/src/index.js#L74
Proxy getter is applied not only to methods but also internal properties like rpc and chainId
This makes it impossible to use this properties.
But on the eosjs plugin its filtered:
https://github.com/GetScatter/scatter-js/blob/master/packages/plugin-eosjs/src/index.js#L49
The text was updated successfully, but these errors were encountered: