package octez-protocol-alpha-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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_optional = {
  1. now : Tezos_protocol_alpha.Protocol.Script_timestamp.t option;
  2. level : Tezos_protocol_alpha.Protocol.Script_int.n Tezos_protocol_alpha.Protocol.Script_int.num option;
  3. sender : Tezos_protocol_alpha.Protocol.Alpha_context.Contract.t option;
  4. source : Tezos_base.TzPervasives.Signature.public_key_hash option;
  5. chain_id : Tezos_base.TzPervasives.Chain_id.t option;
  6. self : Tezos_protocol_alpha.Protocol.Contract_hash.t option;
  7. parameter : Tezos_protocol_alpha.Protocol.Alpha_context.Script.expr option;
  8. amount : Tezos_protocol_alpha.Protocol.Alpha_context.Tez.t option;
  9. balance : Tezos_protocol_alpha.Protocol.Alpha_context.Tez.t option;
  10. other_contracts : Tezos_protocol_plugin_alpha.RPC.Scripts.S.other_contract_description list option;
  11. extra_big_maps : Tezos_protocol_plugin_alpha.RPC.Scripts.S.extra_big_map_description list option;
}
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_micheline.Micheline.canonical_location, string) Tezos_micheline.Micheline.node;
  4. optional : unit_test_optional;
}
OCaml

Innovation. Community. Security.