package tezos-protocol-016-PtMumbai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type op_pi = {
  1. new_state : State.t;
  2. fee : scalar;
  3. exit_validity : bool;
}
type private_inner_pi = {
  1. new_state : State.t;
  2. fees : scalar;
}
type fee_pi = {
  1. new_state : State.t;
}
type t = {
  1. pending_pis : (string * op_pi) list;
  2. private_pis : (string * private_inner_pi) list;
  3. fee_pi : fee_pi;
  4. proof : Tezos_protocol_environment_016_PtMumbai.Plonk.proof;
}
OCaml

Innovation. Community. Security.