-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error calling getArbitrarySignature (TypeError: t(...)[u] is not a function) #172
Comments
Need more code here to see what's going on ( like what |
Wanted to build and try desktop version but ran into GetScatter/ScatterDesktop#156 ❌ Here are some details about
|
Looks like you aren't pulling in the |
Forgot to paste it here, but I am doing eos initialization Cannot make this code to be functional:
@nsjames can you confirm it's working for you ? Already tried Scatter Desktop too and looks like it's same issue - so maybe error in scatter eos plugin or am I calling it wrong way ? |
Those imports, and the By doing:
That instance of ScatterJS has no knowledge of any plugins in any other files as the scopes are different. |
So I am getting into the core of issue. Looks like I have to use |
As per docs here https://get-scatter.com/docs/api-request-arbitrary-signature
Scatter should be able to get signature like:
Instead promise is rejected with reason:
Using scatter extension
6.1.10
on Chrome (Linux)The text was updated successfully, but these errors were encountered: