-
Notifications
You must be signed in to change notification settings - Fork 3
chore(ffi): Add signing_digest_hex()
function
#300
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change the rust examples to use these?
signing_digest_hex()
and bcs_serialize_base64()
functionssigning_digest_hex()
function
Please address the new examples of #274 |
Failing CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address the examples of #274
I did it |
Description
Adds a helper fns for getting the signing digest as hex and update the bindings with helper fns.
Closes #254