You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// See https://github.com/input-output-hk/cardano-ledger-specs/blob/d0aa86ded0b973b09b629e5aa62aa1e71364d088/eras/alonzo/test-suite/cddl-files/alonzo.cddl#L150
88
+
// See https://github.com/IntersectMBO/cardano-ledger/blob/cardano-ledger-conway-1.12.0.0/eras/conway/impl/cddl-files/conway.cddl#L273
89
89
messageCertificate {
90
90
messageStakeDelegation {
91
91
repeateduint32keypath=1;
92
92
bytespool_keyhash=2;
93
93
}
94
+
messageVoteDelegation {
95
+
enumCardanoDRepType {
96
+
KEY_HASH=0;
97
+
SCRIPT_HASH=1;
98
+
ALWAYS_ABSTAIN=2;
99
+
ALWAYS_NO_CONFIDENCE=3;
100
+
}
101
+
102
+
// keypath in this instance refers to stake credential
0 commit comments