package octez-protocol-alpha-libs

  1. Overview
  2. Docs
Octez protocol alpha libraries

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.1.tar.gz
sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053

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.