cardano-ledger-conway-1.19.0.0: Cardano ledger with an updated on-chain governance system.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Cardano.Ledger.Conway.CDDL

Synopsis

Documentation

nonZeroInt64Rule Source #

this is the same as the current int64 definition but without zero

nonnegative_intervalRule Source #

nonnegative_interval = tag 0 [uint, positive_int]

constrIsType0 x ⇒ x → GRuleCall Source #

setIsType0 t0 ⇒ t0 → GRuleCall Source #

Conway era introduces an optional 258 tag for sets, which will become mandatory in the second era after Conway. We recommend all the tooling to account for this future breaking change sooner rather than later, in order to provide a smooth transition for their users.

nonempty_setIsType0 t0 ⇒ t0 → GRuleCall Source #

Conway era introduces an optional 258 tag for sets, which will become mandatory in the second era after Conway. We recommend all the tooling to account for this future breaking change sooner rather than later, in order to provide a smooth transition for their users.