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
const keyring = new Keyring({ type: sigType }); signer = keyring.addFromAddress(this.twin.accountId);
The text was updated successfully, but these errors were encountered:
I don't think it makes sense to make a KeyPair without a private key. I mean, it is a pair. But indeed we are missing a method to verify signatures from other address. I will make a PR adding a signatureVerify function just like the following: https://github.com/polkadot-js/common/blob/master/packages/util-crypto/src/signature/verify.spec.ts
KeyPair
signatureVerify
Sorry, something went wrong.
leonardocustodio
No branches or pull requests
The text was updated successfully, but these errors were encountered: