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/Client_proto_programs/Program/index.html

Module Client_proto_programs.ProgramSource

Sourcetype t = Michelson_v1_parser.parsed Tezos_micheline.Micheline_parser.parsing_result
Sourcetype fresh_param
Sourceval encoding : t Tezos_base.TzPervasives.Data_encoding.t
Sourceval add : force:bool -> Tezos_client_base.Client_context.wallet -> string -> t -> unit Tezos_base.TzPervasives.tzresult Lwt.t

Similar to repeated calls to add, but more efficient. Always forces addition of new elements.

Sourceval of_source : string -> t Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval to_source : t -> string Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval alias_parameter : unit -> (string * t, Tezos_client_base.Client_context.wallet) Tezos_clic.parameter
Sourceval alias_param : ?name:string -> ?desc:string -> ('a, Tezos_client_base.Client_context.wallet as 'b) Tezos_clic.params -> ((string * t) -> 'a, 'b) Tezos_clic.params
Sourceval aliases_param : ?name:string -> ?desc:string -> ('a, Tezos_client_base.Client_context.wallet as 'b) Tezos_clic.params -> ((string * t) list -> 'a, 'b) Tezos_clic.params
Sourceval fresh_alias_param : ?name:string -> ?desc:string -> ('a, < .. > as 'obj) Tezos_clic.params -> (fresh_param -> 'a, 'obj) Tezos_clic.params
Sourceval force_switch : unit -> (bool, _) Tezos_clic.arg
Sourceval source_param : ?name:string -> ?desc:string -> ('a, Tezos_client_base.Client_context.wallet as 'obj) Tezos_clic.params -> (t -> 'a, 'obj) Tezos_clic.params
Sourceval source_arg : ?long:string -> ?placeholder:string -> ?doc:string -> unit -> (t option, Tezos_client_base.Client_context.wallet as 'obj) Tezos_clic.arg
OCaml

Innovation. Community. Security.