package octez-protocol-005-PsBabyM1-libs

  1. Overview
  2. Docs
Octez protocol 005-PsBabyM1 libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

doc/octez-protocol-005-PsBabyM1-libs.client/Tezos_client_005_PsBabyM1/Michelson_v1_printer/index.html

Module Tezos_client_005_PsBabyM1.Michelson_v1_printerSource

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

Innovation. Community. Security.