| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Test.Cardano.Ledger.Mary.CDDL
Synopsis
- int64 ∷ Rule
- update ∷ Era era ⇒ Rule
- signature ∷ Rule
- epoch ∷ Rule
- allegraCDDL ∷ Huddle
- script_pubkey ∷ Named Group
- script_all ∷ Named Group
- script_any ∷ Named Group
- invalid_before ∷ Named Group
- invalid_hereafter ∷ Named Group
- metadata ∷ Rule
- auxiliary_scripts ∷ Rule
- auxiliary_data ∷ Rule
- transaction_witness_set ∷ Rule
- coin ∷ Rule
- positive_coin ∷ Rule
- address ∷ Rule
- reward_account ∷ Rule
- addr_keyhash ∷ Rule
- pool_keyhash ∷ Rule
- vrf_keyhash ∷ Rule
- hash28 ∷ Rule
- hash32 ∷ Rule
- hash64 ∷ Rule
- bytes80 ∷ Rule
- vkey ∷ Rule
- vrf_vkey ∷ Rule
- vrf_cert ∷ Rule
- kes_vkey ∷ Rule
- kes_signature ∷ Rule
- signkey_kes ∷ Rule
- big_int ∷ Rule
- min_int64 ∷ Rule
- max_int64 ∷ Rule
- negative_int64 ∷ Rule
- positive_int64 ∷ Rule
- nonzero_int64 ∷ Rule
- positive_int ∷ Rule
- max_word32 ∷ Rule
- positive_word32 ∷ Rule
- unit_interval ∷ Rule
- nonnegative_interval ∷ Rule
- bounded_bytes ∷ Rule
- distinct ∷ IsSizeable s ⇒ Value s → Rule
- untagged_set ∷ IsType0 a ⇒ a → GRuleCall
- untagged_nonempty_set ∷ IsType0 a ⇒ a → GRuleCall
- shelleyCDDL ∷ Huddle
- transaction_index ∷ Rule
- header ∷ Era era ⇒ Rule
- operational_cert ∷ Named Group
- major_protocol_version ∷ Era era ⇒ Rule
- transaction_input ∷ Rule
- transaction_id ∷ Rule
- certificate ∷ Rule
- stake_registration ∷ Named Group
- stake_deregistration ∷ Named Group
- stake_delegation ∷ Named Group
- stake_credential ∷ Rule
- credential ∷ Rule
- port ∷ Rule
- single_host_addr ∷ Named Group
- withdrawals ∷ Rule
- transaction_metadatum ∷ Rule
- transaction_metadatum_label ∷ Rule
- vkeywitness ∷ Rule
- bootstrap_witness ∷ Rule
- genesis_hash ∷ Rule
- script_hash ∷ Rule
- metadata_hash ∷ Rule
- nonce ∷ Rule
- maryCDDL ∷ Huddle
- multiasset ∷ IsType0 a ⇒ a → GRuleCall
- mint ∷ Rule
- value ∷ Rule
- policy_id ∷ Rule
- asset_name ∷ Rule
Documentation
this is the same as the current int64 definition but without zero
nonnegative_interval ∷ Rule Source #
nonnegative_interval = tag 0 [uint, positive_int]
untagged_set ∷ IsType0 a ⇒ a → GRuleCall Source #
untagged_nonempty_set ∷ IsType0 a ⇒ a → GRuleCall Source #
major_protocol_version ∷ Era era ⇒ Rule Source #
multiasset ∷ IsType0 a ⇒ a → GRuleCall Source #