package octez-protocol-002-PsYLVpVv-libs

  1. Overview
  2. Docs
Octez protocol 002-PsYLVpVv libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-18.0.tar.gz
sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a

doc/octez-protocol-002-PsYLVpVv-libs.client/Tezos_client_002_PsYLVpVv/Michelson_v1_printer/index.html

Module Tezos_client_002_PsYLVpVv.Michelson_v1_printerSource

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

OCaml

Innovation. Community. Security.