package octez-protocol-alpha-libs

  1. Overview
  2. Docs
Octez protocol alpha libraries

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.0.tar.gz
sha256=c6df840ebbf115e454db949028c595bec558a59a66cade73b52a6d099d6fa4d4
sha512=d8aee903b9fe130d73176bc8ec38b78c9ff65317da3cb4f3415f09af0c625b4384e7498201fdb61aa39086a7d5d409d0ab3423f9bc3ab989a680cf444a79bc13

doc/octez-protocol-alpha-libs.client/Tezos_client_alpha/Michelson_v1_stack/index.html

Module Tezos_client_alpha.Michelson_v1_stackSource

Sourcetype localized_node
Sourcetype Tezos_base.TzPervasives.error +=
  1. | Wrong_stack_item of localized_node
  2. | Wrong_stack of localized_node
  3. | Wrong_other_contracts_item of localized_node
  4. | Wrong_other_contracts of localized_node
  5. | Wrong_extra_big_maps_item of localized_node
  6. | Wrong_extra_big_maps of localized_node
  7. | Invalid_address_for_smart_contract of string
  8. | Duplicated_tzt_top_prim of string * localized_node
  9. | Wrong_tzt_top_prim_arity of string * localized_node * int
  10. | Unknown_tzt_top_prim of string * localized_node
  11. | Missing_mandatory_tzt_top_prim of string
Sourceval print_localized_node_location : Format.formatter -> localized_node -> unit
Sourceval print_localized_node : Format.formatter -> localized_node -> unit
Sourceval parse_stack : ?node: (Tezos_micheline.Micheline.canonical_location, string) Tezos_micheline.Micheline.node -> string Michelson_v1_parser.parser_result -> (Tezos_protocol_alpha.Protocol.Alpha_context.Script.expr * Tezos_protocol_alpha.Protocol.Alpha_context.Script.expr) list Tezos_base.TzPervasives.tzresult
Sourceval parse_other_contracts : ?node: (Tezos_micheline.Micheline.canonical_location, string) Tezos_micheline.Micheline.node -> string Michelson_v1_parser.parser_result -> Tezos_protocol_plugin_alpha.RPC.Scripts.S.other_contract_description list Tezos_base.TzPervasives.tzresult
Sourceval parse_extra_big_maps : ?node: (Tezos_micheline.Micheline.canonical_location, string) Tezos_micheline.Micheline.node -> string Michelson_v1_parser.parser_result -> Tezos_protocol_plugin_alpha.RPC.Scripts.S.extra_big_map_description list Tezos_base.TzPervasives.tzresult
Sourcetype unit_test = {
  1. input : (Tezos_protocol_alpha.Protocol.Alpha_context.Script.expr * Tezos_protocol_alpha.Protocol.Alpha_context.Script.expr) list;
  2. code : Tezos_protocol_alpha.Protocol.Alpha_context.Script.expr;
  3. output : (Tezos_protocol_alpha.Protocol.Alpha_context.Script.expr * Tezos_protocol_alpha.Protocol.Alpha_context.Script.expr) list;
}
OCaml

Innovation. Community. Security.