package tezos-protocol-006-PsCARTHA

  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 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