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
Defining variables
const eos = scatter.eos(network, Api, { rpc, beta3: true });
when i try to use 'eos' related method:getCurrencyBalance or transfer
will throw exception: "TypeError:Cannot read property 'apply' of undefined"
Defining variables
const eos = scatter.eos(network, Api, { rpc, beta3: true });
when i try to use 'eos' related method:getCurrencyBalance or transfer
will throw exception: "TypeError:Cannot read property 'apply' of undefined"
The text was updated successfully, but these errors were encountered: