-
Notifications
You must be signed in to change notification settings - Fork 125
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
How to verify signed Tx and signer's address? #640
Comments
Hi @eageringdev ! Unfortunately I can not help with additional information like a code example, cbor of transaction |
At least, verifying signed transaction is doable? |
You can check it by CSL:
|
Thanks, @lisicky
This is the code snippet to verify the signed transaction. What do you think? |
Hello everybody.
I am now facing an issue while I tried to verify the signed Tx.
I was trying to verify this signed Tx in the same way I verify the signed Data using
I send the signedData like this
But I got error like this.
I think it is because the transaction format and the message (signedData) format is different.
But how to fix this?
Can anyone help?
Thank you.
The text was updated successfully, but these errors were encountered: