package tezos-protocol-012-Psithaca

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'b case =
  1. | MCase : {
    1. tag : int;
    2. name : string;
    3. encoding : 'a Tezos_protocol_environment_012_Psithaca.Data_encoding.t;
    4. select : packed_manager_operation -> 'kind manager_operation option;
    5. proj : 'kind manager_operation -> 'a;
    6. inj : 'a -> 'kind manager_operation;
    } -> 'kind case
val reveal_case : Kind.reveal case
val transaction_case : Kind.transaction case
val origination_case : Kind.origination case
val delegation_case : Kind.delegation case
val register_global_constant_case : Kind.register_global_constant case
val set_deposits_limit_case : Kind.set_deposits_limit case