package octez-protocol-007-PsDELPH1-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezos_client_007_PsDELPH1.Michelson_v1_printerSource

Sourceval print_expr : Format.formatter -> Tezos_protocol_007_PsDELPH1.Protocol.Script_repr.expr -> unit
Sourceval print_expr_unwrapped : Format.formatter -> Tezos_protocol_007_PsDELPH1.Protocol.Script_repr.expr -> unit
Sourceval print_execution_trace : Format.formatter -> (Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.location * Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Gas.t * (Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.expr * string option) list) list -> unit
Sourceval print_big_map_diff : Format.formatter -> Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Contract.big_map_diff -> unit
Sourceval inject_types : Tezos_protocol_007_PsDELPH1.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.

Sourceval unparse_toplevel : ?type_map:Tezos_protocol_007_PsDELPH1.Protocol.Script_tc_errors.type_map -> Tezos_protocol_007_PsDELPH1.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.

Sourceval unparse_expression : Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.expr -> Michelson_v1_parser.parsed
Sourceval unparse_invalid : string Tezos_micheline.Micheline.canonical -> 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.

Sourceval ocaml_constructor_of_prim : Tezos_protocol_007_PsDELPH1.Protocol.Michelson_v1_primitives.prim -> string
Sourceval micheline_string_of_expression : zero_loc:bool -> Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.expr -> string
OCaml

Innovation. Community. Security.