package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

This module re-exports definitions from Operation_repr.Kind.

type preattestation_consensus_kind =
  1. | Preattestation_consensus_kind
type attestation_consensus_kind =
  1. | Attestation_consensus_kind
type 'a consensus =
  1. | Preattestation_kind : preattestation_consensus_kind consensus
  2. | Attestation_kind : attestation_consensus_kind consensus
type dal_attestation =
  1. | Dal_attestation_kind
type seed_nonce_revelation =
  1. | Seed_nonce_revelation_kind
type vdf_revelation =
  1. | Vdf_revelation_kind
type 'a double_consensus_operation_evidence =
  1. | Double_consensus_operation_evidence
type double_baking_evidence =
  1. | Double_baking_evidence_kind
type activate_account =
  1. | Activate_account_kind
type proposals =
  1. | Proposals_kind
type ballot =
  1. | Ballot_kind
type reveal =
  1. | Reveal_kind
type transaction =
  1. | Transaction_kind
type origination =
  1. | Origination_kind
type delegation =
  1. | Delegation_kind
type event =
  1. | Event_kind
type set_deposits_limit =
  1. | Set_deposits_limit_kind
type increase_paid_storage =
  1. | Increase_paid_storage_kind
type update_consensus_key =
  1. | Update_consensus_key_kind
type drain_delegate =
  1. | Drain_delegate_kind
type failing_noop =
  1. | Failing_noop_kind
type register_global_constant =
  1. | Register_global_constant_kind
type transfer_ticket =
  1. | Transfer_ticket_kind
type dal_publish_slot_header =
  1. | Dal_publish_slot_header_kind
type sc_rollup_originate =
  1. | Sc_rollup_originate_kind
type sc_rollup_add_messages =
  1. | Sc_rollup_add_messages_kind
type sc_rollup_cement =
  1. | Sc_rollup_cement_kind
type sc_rollup_publish =
  1. | Sc_rollup_publish_kind
type sc_rollup_refute =
  1. | Sc_rollup_refute_kind
type sc_rollup_timeout =
  1. | Sc_rollup_timeout_kind
type sc_rollup_execute_outbox_message =
  1. | Sc_rollup_execute_outbox_message_kind
type sc_rollup_recover_bond =
  1. | Sc_rollup_recover_bond_kind
type zk_rollup_origination =
  1. | Zk_rollup_origination_kind
type zk_rollup_publish =
  1. | Zk_rollup_publish_kind
type zk_rollup_update =
  1. | Zk_rollup_update_kind
type 'a manager =
  1. | Reveal_manager_kind : reveal manager
  2. | Transaction_manager_kind : transaction manager
  3. | Origination_manager_kind : origination manager
  4. | Delegation_manager_kind : delegation manager
  5. | Event_manager_kind : event manager
  6. | Register_global_constant_manager_kind : register_global_constant manager
  7. | Set_deposits_limit_manager_kind : set_deposits_limit manager
  8. | Increase_paid_storage_manager_kind : increase_paid_storage manager
  9. | Update_consensus_key_manager_kind : update_consensus_key manager
  10. | Transfer_ticket_manager_kind : transfer_ticket manager
  11. | Dal_publish_slot_header_manager_kind : dal_publish_slot_header manager
  12. | Sc_rollup_originate_manager_kind : sc_rollup_originate manager
  13. | Sc_rollup_add_messages_manager_kind : sc_rollup_add_messages manager
  14. | Sc_rollup_cement_manager_kind : sc_rollup_cement manager
  15. | Sc_rollup_publish_manager_kind : sc_rollup_publish manager
  16. | Sc_rollup_refute_manager_kind : sc_rollup_refute manager
  17. | Sc_rollup_timeout_manager_kind : sc_rollup_timeout manager
  18. | Sc_rollup_execute_outbox_message_manager_kind : sc_rollup_execute_outbox_message manager
  19. | Sc_rollup_recover_bond_manager_kind : sc_rollup_recover_bond manager
  20. | Zk_rollup_origination_manager_kind : zk_rollup_origination manager
  21. | Zk_rollup_publish_manager_kind : zk_rollup_publish manager
  22. | Zk_rollup_update_manager_kind : zk_rollup_update manager
OCaml

Innovation. Community. Security.