We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
could success run the example-02
the code show me TS2554: Expected 1 arguments, but got 2. in example_typescript.ts line 51 when call keyShares.buildPayload()
1.download the code 2.cd .\examples\example-02 3. yarn install
The text was updated successfully, but these errors were encountered:
@Spider-yuchen could you please specify more details. At least, what version of ssv-keys did you use, and what branch did you work with?
It will help us to identify exact reason better.
Thanks
Sorry, something went wrong.
@Spider-yuchen could you please specify more details. At least, what version of ssv-keys did you use, and what branch did you work with? It will help us to identify exact reason better. Thanks
just the main branch, and it use "https://github.com/bloxapp/ssv-keys.git#v3" version
No branches or pull requests
Expected Behavior
could success run the example-02
Actual Behavior
the code show me TS2554: Expected 1 arguments, but got 2. in example_typescript.ts line 51 when call keyShares.buildPayload()
Steps to Reproduce the Problem
1.download the code
2.cd .\examples\example-02
3. yarn install
Specifications
The text was updated successfully, but these errors were encountered: