tezos-client-011-PtHangz2
  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val print_expr : Format.formatter -> Tezos_protocol_011_PtHangz2.Protocol.Script_repr.expr -> unit
val print_expr_unwrapped : Format.formatter -> Tezos_protocol_011_PtHangz2.Protocol.Script_repr.expr -> unit
val print_execution_trace : Format.formatter -> (Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Script.location * Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Gas.t * (Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Script.expr * string option) list) list -> unit
val print_big_map_diff : Format.formatter -> Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Lazy_storage.diffs -> unit
val inject_types : Tezos_protocol_011_PtHangz2.Protocol.Script_tc_errors.type_map -> Michelson_v1_parser.parsed -> Tezos_micheline.Micheline_printer.node

Insert the type map returned by the typechecker as comments in a printable Micheline AST.

val unparse_toplevel : ?type_map:Tezos_protocol_011_PtHangz2.Protocol.Script_tc_errors.type_map -> Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Script.expr -> Michelson_v1_parser.parsed

Unexpand the macros and produce the result of parsing an intermediate pretty printed source. Useful when working with contracts extracted from the blockchain and not local files.

val unparse_expression : Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Script.expr -> Michelson_v1_parser.parsed

Unexpand the macros and produce the result of parsing an intermediate pretty printed source. Works on generic trees,for programs that fail to be converted to a specific script version.

val ocaml_constructor_of_prim : Tezos_protocol_011_PtHangz2.Protocol.Michelson_v1_primitives.prim -> string
val micheline_string_of_expression : zero_loc:bool -> Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Script.expr -> string