package octez-protocol-006-PsCARTHA-libs

  1. Overview
  2. Docs
Octez protocol 006-PsCARTHA libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-18.1.tar.gz
sha256=aa2f5bc99cc4ca2217c52a1af2a2cdfd3b383208cb859ca2e79ca0903396ca1d
sha512=d68bb3eb615e3dcccc845fddfc9901c95b3c6dc8e105e39522ce97637b1308a7fa7aa1d271351d5933febd7476b2819e1694f31198f1f0919681f1f9cc97cb3a

doc/octez-protocol-006-PsCARTHA-libs.client/Tezos_client_006_PsCARTHA/Michelson_v1_printer/index.html

Module Tezos_client_006_PsCARTHA.Michelson_v1_printerSource

Sourceval print_expr : Format.formatter -> Tezos_protocol_006_PsCARTHA.Protocol.Script_repr.expr -> unit
Sourceval print_expr_unwrapped : Format.formatter -> Tezos_protocol_006_PsCARTHA.Protocol.Script_repr.expr -> unit
Sourceval print_execution_trace : Format.formatter -> (Tezos_protocol_006_PsCARTHA.Protocol.Alpha_context.Script.location * Tezos_protocol_006_PsCARTHA.Protocol.Alpha_context.Gas.t * (Tezos_protocol_006_PsCARTHA.Protocol.Alpha_context.Script.expr * string option) list) list -> unit
Sourceval print_big_map_diff : Format.formatter -> Tezos_protocol_006_PsCARTHA.Protocol.Alpha_context.Contract.big_map_diff -> unit
Sourceval inject_types : Tezos_protocol_006_PsCARTHA.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_006_PsCARTHA.Protocol.Script_tc_errors.type_map -> Tezos_protocol_006_PsCARTHA.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_006_PsCARTHA.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_006_PsCARTHA.Protocol.Michelson_v1_primitives.prim -> string
Sourceval micheline_string_of_expression : zero_loc:bool -> Tezos_protocol_006_PsCARTHA.Protocol.Alpha_context.Script.expr -> string
OCaml

Innovation. Community. Security.