package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type preendorsement_consensus_kind =
  1. | Preendorsement_consensus_kind
type endorsement_consensus_kind =
  1. | Endorsement_consensus_kind
type 'a consensus =
  1. | Preendorsement_kind : preendorsement_consensus_kind consensus
  2. | Endorsement_kind : endorsement_consensus_kind consensus
type seed_nonce_revelation =
  1. | Seed_nonce_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 set_deposits_limit =
  1. | Set_deposits_limit_kind
type failing_noop =
  1. | Failing_noop_kind
type register_global_constant =
  1. | Register_global_constant_kind
type tx_rollup_origination =
  1. | Tx_rollup_origination_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. | Register_global_constant_manager_kind : register_global_constant manager
  6. | Set_deposits_limit_manager_kind : set_deposits_limit manager
  7. | Tx_rollup_origination_manager_kind : tx_rollup_origination manager