Summary
Implement a CBOR decoding and encoding implementation for the Contest Ballot Checkpoint document type payload, according to the specs.
Description
- Add a corresponding
ContestBallotCheckpointContent type with the appropriate CBOR decoding/encoding logic by implementing minicbor traits.