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
Add a CBOR decoding and encoding implementation according to the https://input-output-hk.github.io/catalyst-libs/architecture/08_concepts/catalyst_voting/v2/ spec for public and private vote transactions
PublicVoteTx
PrivateVoteTx
vote-tx-v2
vote_tx_v2_public.cddl
vote_tx_v2_private.cddl
The text was updated successfully, but these errors were encountered:
Issue is temporarily parked due to a change in priorities.
Sorry, something went wrong.
Mr-Leshiy
No branches or pull requests
Summary
Add a CBOR decoding and encoding implementation according to the https://input-output-hk.github.io/catalyst-libs/architecture/08_concepts/catalyst_voting/v2/ spec for public and private vote transactions
Description
PublicVoteTx
andPrivateVoteTx
into thevote-tx-v2
crate.vote_tx_v2_public.cddl
andvote_tx_v2_private.cddl
specs implement a CBOR decoding/encoding functionality for these types.The text was updated successfully, but these errors were encountered: