Skip to content
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

feat: add borsh schema to sign transaction #3

Merged
merged 3 commits into from
Oct 16, 2023

Conversation

vlopes11
Copy link

This commit introduces borsh schema to define the serialization of a transaction.

The borsh serialized transaction is the one to be signed, as it is the same to be included on-chain.

The schema is always received as parameter so the snap remains stateless & functional.

This commit introduces borsh schema to define the serialization of a
transaction.

The borsh serialized transaction is the one to be signed, as it is the
same to be included on-chain.

The schema is always received as parameter so the snap remains stateless
& functional.
@vlopes11 vlopes11 merged commit 723b096 into main Oct 16, 2023
4 checks passed
@vlopes11 vlopes11 deleted the vlopes11/feature/borsh-schema-tx branch October 16, 2023 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants