package octez-protocol-016-PtMumbai-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val list_contract_labels : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> (string * string * string) list Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_alpha.Protocol.Contract_services.list.

Calls Tezos_protocol_plugin_alpha.Plugin.RPC.Contract.get_storage_normalized.

val get_used_storage_space : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Tezos_protocol_016_PtMumbai.Protocol.Contract_hash.t -> Z.t option Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_plugin_alpha.Plugin.RPC.Contract.get_used_storage_space.

val get_paid_storage_space : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Tezos_protocol_016_PtMumbai.Protocol.Contract_hash.t -> Z.t option Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_plugin_alpha.Plugin.RPC.Contract.get_paid_storage_space.

Calls Tezos_protocol_alpha.Protocol.Contract_services.contract_big_map_get_opt.

val register_global_constant : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> ?dry_run:bool -> ?verbose_signing:bool -> ?simulation:bool -> ?fee:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tez.tez -> ?gas_limit: Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Manager_counter.t -> source:Tezos_crypto.Signature.public_key_hash -> src_pk:Tezos_crypto.Signature.public_key -> src_sk:Tezos_client_base.Client_keys.sk_uri -> fee_parameter:Injection.fee_parameter -> constant:string -> unit -> (Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.register_global_constant Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.manager Injection.result, Tezos_base.TzPervasives.tztrace) Stdlib.result Lwt.t

Calls Injection.prepare_manager_operation with Register_global_constant constant as operation.

Calls Tezos_protocol_plugin_alpha.Plugin.RPC.Big_map.big_map_get_normalized.

val get_script : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> unparsing_mode: Tezos_protocol_016_PtMumbai.Protocol.Script_ir_unparser.unparsing_mode -> normalize_types:bool -> Tezos_protocol_016_PtMumbai.Protocol.Contract_hash.t -> Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Script.t option Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_plugin_alpha.Plugin.RPC.Contract.get_script_normalized.

val get_script_hash : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Tezos_protocol_016_PtMumbai.Protocol.Contract_hash.t -> Tezos_protocol_016_PtMumbai.Protocol.Script_expr_hash.t option Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_alpha.Protocol.Contract_services.script_opt.

val get_balance : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Contract.t -> Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tez.t Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_alpha.Protocol.Contract_services.balance.

val get_contract_ticket_balance : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Contract.t -> Tezos_protocol_016_PtMumbai.Protocol.Ticket_token.unparsed_token -> Z.t Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_plugin_alpha.Plugin.RPC.Contract.get_ticket_balance.

val get_contract_all_ticket_balances : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Tezos_protocol_016_PtMumbai.Protocol.Contract_hash.t -> (Tezos_protocol_016_PtMumbai.Protocol.Ticket_token.unparsed_token * Z.t) list Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_plugin_alpha.Plugin.RPC.Contract.get_all_ticket_balances.

val get_frozen_deposits_limit : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Tezos_crypto.Signature.Public_key_hash.t -> Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tez.t option Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_alpha.Protocol.Delegate_services.frozen_deposits_limit.

Calls Injection.inject_manager_operation with Annotated_manager_operation.annotated_list.Single_manager build_delegate_operation ?fee opt_delegate as operation.

val update_consensus_key : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> ?dry_run:bool -> ?verbose_signing:bool -> ?simulation:bool -> ?fee:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tez.tez -> consensus_pk:Tezos_crypto.Signature.public_key -> manager_sk:Tezos_client_base.Client_keys.sk_uri -> fee_parameter:Injection.fee_parameter -> Tezos_crypto.Signature.public_key -> Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.update_consensus_key Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.manager Injection.result Tezos_base.TzPervasives.tzresult Lwt.t
val drain_delegate : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> ?dry_run:bool -> ?verbose_signing:bool -> ?simulation:bool -> consensus_sk:Tezos_client_base.Client_keys.sk_uri -> consensus_pkh:Tezos_crypto.Signature.public_key_hash -> ?destination:Tezos_crypto.Signature.public_key_hash -> delegate:Tezos_crypto.Signature.public_key_hash -> unit -> Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.drain_delegate Injection.result Tezos_base.TzPervasives.tzresult Lwt.t
val set_deposits_limit : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> ?dry_run:bool -> ?verbose_signing:bool -> ?simulation:bool -> ?fee:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tez.tez -> Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.public_key_hash -> src_pk:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.public_key -> manager_sk:Tezos_client_base.Client_keys.sk_uri -> fee_parameter:Injection.fee_parameter -> Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tez.t option -> Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.set_deposits_limit Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.manager Injection.result Tezos_base.TzPervasives.tzresult Lwt.t

Calls Injection.inject_manager_operation with Annotated_manager_operation.annotated_list.Single_manager Alpha_context.Set_deposits_limit limit_opt as operation.

val increase_paid_storage : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?force:bool -> ?dry_run:bool -> ?verbose_signing:bool -> ?fee:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tez.tez -> ?confirmations:int -> ?simulation:bool -> source:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.public_key_hash -> destination:Tezos_protocol_016_PtMumbai.Protocol.Contract_hash.t -> src_pk:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.public_key -> manager_sk:Tezos_client_base.Client_keys.sk_uri -> fee_parameter:Injection.fee_parameter -> amount_in_bytes:Z.t -> unit -> Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.increase_paid_storage Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.manager Injection.result Tezos_base.TzPervasives.tzresult Lwt.t

Calls Injection.inject_manager_operation with Annotated_manager_operation.annotated_list.Single_manager Alpha_context.Increase_paid_storage {amount_in_bytes; destination} as operation.

Calls Raw_contract_alias.add.

Injects the origination of a script into the context. See Injection.inject_manager_operation for the injection, and Protocol.Alpha_context.Origination for the origination parameters.

Calls Michelson_v1_parser.parse_expressionarg.

Same as transfer, but takes parameters as Script.lazy_expr instead of a raw string. This can be useful for commands that elaborate Micheline parameters, such as Multisigs or FA1.2 operations.

Calls Injection.inject_manager_operation with Annotated_manager_operation.annotated_list.Single_manager build_transaction_operation ~amount ~parameters ~entrypoint ?fee ?gas_limit ?storage_limit destination as contents.

val reveal : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> ?dry_run:bool -> ?verbose_signing:bool -> ?branch:int -> source:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.public_key_hash -> src_pk:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.public_key -> src_sk:Tezos_client_base.Client_keys.sk_uri -> ?fee:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tez.t -> fee_parameter:Injection.fee_parameter -> unit -> Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.reveal Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.manager Injection.result Tezos_base.TzPervasives.tzresult Lwt.t

Calls Injection.inject_manager_operation with Annotated_manager_operation.annotated_list.Single_manager build_reveal_operation ?fee ~storage_limit:Z.zero src_pk as contents.

type batch_transfer_operation = {
  1. destination : string;
  2. fee : string option;
  3. gas_limit : Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Gas.Arith.integral option;
  4. storage_limit : Z.t option;
  5. amount : string;
  6. arg : string option;
  7. entrypoint : Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Entrypoint.t option;
}
val activate_account : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> ?dry_run:bool -> ?encrypted:bool -> ?force:bool -> activation_key -> string -> Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.activate_account Injection.result Tezos_base.TzPervasives.tzresult Lwt.t

Activate an account, by calling Injection.inject_operation.

val activate_existing_account : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> ?dry_run:bool -> string -> Tezos_protocol_016_PtMumbai.Protocol.Blinded_public_key_hash.activation_code -> Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.activate_account Injection.result Tezos_base.TzPervasives.tzresult Lwt.t

Activate an existing account, by calling Injection.inject_operation with activation code. It fails if the account is unknown or if the account is not Signature.Ed25519.

type period_info = {
  1. current_period_kind : Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Voting_period.kind;
  2. position : Stdlib.Int32.t;
  3. remaining : Stdlib.Int32.t;
  4. current_proposal : Tezos_base.TzPervasives.Protocol_hash.t option;
}
type ballots_info = {
  1. current_quorum : Stdlib.Int32.t;
  2. participation : Stdlib.Int32.t;
  3. supermajority : Stdlib.Int64.t;
  4. ballots : Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Vote.ballots;
}
val get_period_info : ?successor:bool -> Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> period_info Tezos_base.TzPervasives.tzresult Lwt.t

get_period_info ~successor cctx ~chain ~block returns the successor period_info if successor, it returns the current period_info otherwise. This function uses Tezos_protocol_alpha.Protocol.Voting_services.successor_period if successor, otherwise it calls Tezos_protocol_alpha.Protocol.Voting_services.current_period. In any case, it also uses Tezos_protocol_alpha.Protocol.Voting_services.current_proposal

val get_ballots_info : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ballots_info Tezos_base.TzPervasives.tzresult Lwt.t

get_ballots_info cctx ~chain ~block returns the ballots_info. It calls Tezos_protocol_alpha.Protocol.Voting_services.ballots, Tezos_protocol_alpha.Protocol.Voting_services.current_quorum and Tezos_protocol_alpha.Protocol.Voting_services.total_voting_power.

val get_proposals : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Stdlib.Int64.t Tezos_protocol_016_PtMumbai.Environment.Protocol_hash.Map.t Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_alpha.Protocol.Voting_services.proposals

val submit_proposals : ?dry_run:bool -> ?verbose_signing:bool -> Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> src_sk:Tezos_client_base.Client_keys.sk_uri -> Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.public_key_hash -> Tezos_base.TzPervasives.Protocol_hash.t list -> Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.proposals Injection.result_list Tezos_base.TzPervasives.tzresult Lwt.t

Calls Injection.inject_operation where contents is Alpha_context.Single (Proposals {source; period = index; proposals}) with index the result of Alpha_services.Voting.successor_period

val submit_ballot : ?dry_run:bool -> ?verbose_signing:bool -> Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> src_sk:Tezos_client_base.Client_keys.sk_uri -> Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.public_key_hash -> Tezos_base.TzPervasives.Protocol_hash.t -> Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Vote.ballot -> Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.ballot Injection.result_list Tezos_base.TzPervasives.tzresult Lwt.t

Calls Injection.inject_operation where contents is Alpha_context.Single (Ballot {source; period = index; proposals}) with index the result of Alpha_services.Voting.successor_period

val display_receipt_for_operation : Protocol_client_context.full -> chain:Tezos_shell_services.Block_services.chain -> ?predecessors:int -> Tezos_base.TzPervasives.Operation_list_hash.elt -> unit Tezos_base.TzPervasives.tzresult Lwt.t

lookup an operation in predecessors previous blocks, and print the receipt if found

val cached_contracts : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> (Tezos_protocol_016_PtMumbai.Protocol.Contract_hash.t * int) list Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_alpha.Protocol.Alpha_services.Cache.cached_contracts

val contract_rank : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Tezos_protocol_016_PtMumbai.Protocol.Contract_hash.t -> int option Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_alpha.Protocol.Alpha_services.Cache.contract_rank

val contract_cache_size : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> int Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_alpha.Protocol.Alpha_services.Cache.contract_cache_size

val contract_cache_size_limit : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> int Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_alpha.Protocol.Alpha_services.Cache.contract_cache_size_limit

val submit_tx_rollup_commitment : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> ?dry_run:bool -> ?verbose_signing:bool -> ?simulation:bool -> ?fee:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tez.tez -> ?gas_limit: Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Manager_counter.t -> source:Tezos_crypto.Signature.public_key_hash -> src_pk:Tezos_crypto.Signature.public_key -> src_sk:Tezos_client_base.Client_keys.sk_uri -> fee_parameter:Injection.fee_parameter -> level:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tx_rollup_level.t -> inbox_merkle_root: Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tx_rollup_inbox.Merkle.root -> messages: Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tx_rollup_message_result_hash.t list -> predecessor: Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tx_rollup_commitment_hash.t option -> tx_rollup:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tx_rollup.t -> unit -> (Tezos_base.TzPervasives.Operation_hash.t * Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.tx_rollup_commit Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.manager Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.contents * Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.tx_rollup_commit Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.manager Tezos_protocol_016_PtMumbai.Protocol.Apply_results.contents_result) Tezos_base.TzPervasives.tzresult Lwt.t
val submit_tx_rollup_rejection : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> ?dry_run:bool -> ?verbose_signing:bool -> ?simulation:bool -> ?fee:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tez.tez -> ?gas_limit: Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Manager_counter.t -> source:Tezos_crypto.Signature.public_key_hash -> src_pk:Tezos_crypto.Signature.public_key -> src_sk:Tezos_client_base.Client_keys.sk_uri -> fee_parameter:Injection.fee_parameter -> level:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tx_rollup_level.t -> tx_rollup:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tx_rollup.t -> message: Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tx_rollup_message.t -> message_position:int -> message_path: Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tx_rollup_inbox.Merkle.path -> message_result_hash: Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tx_rollup_message_result_hash.t -> message_result_path: Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tx_rollup_commitment.Merkle.path -> previous_context_hash:Tezos_base.TzPervasives.Context_hash.t -> previous_withdraw_list_hash: Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tx_rollup_withdraw_list_hash.t -> previous_message_result_path: Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tx_rollup_commitment.Merkle.path -> proof:Tezos_protocol_016_PtMumbai.Protocol.Tx_rollup_l2_proof.t -> unit -> (Tezos_base.TzPervasives.Operation_hash.t * Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.tx_rollup_rejection Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.manager Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.contents * Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.tx_rollup_rejection Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.manager Tezos_protocol_016_PtMumbai.Protocol.Apply_results.contents_result) Tezos_base.TzPervasives.tzresult Lwt.t
val tx_rollup_dispatch_tickets : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> ?dry_run:bool -> ?verbose_signing:bool -> ?simulation:bool -> ?fee:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tez.tez -> ?gas_limit: Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Manager_counter.t -> source:Tezos_crypto.Signature.public_key_hash -> src_pk:Tezos_crypto.Signature.public_key -> src_sk:Tezos_client_base.Client_keys.sk_uri -> fee_parameter:Injection.fee_parameter -> level:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tx_rollup_level.t -> context_hash:Tezos_base.TzPervasives.Context_hash.t -> message_position:int -> message_result_path: Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tx_rollup_commitment.Merkle.path -> tickets_info: Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tx_rollup_reveal.t list -> tx_rollup:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tx_rollup.t -> unit -> (Tezos_base.TzPervasives.Operation_hash.t * Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.tx_rollup_dispatch_tickets Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.manager Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.contents * Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.tx_rollup_dispatch_tickets Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.manager Tezos_protocol_016_PtMumbai.Protocol.Apply_results.contents_result) Tezos_base.TzPervasives.tzresult Lwt.t
val zk_rollup_originate : Protocol_client_context.full -> chain:Tezos_shell_services.Chain_services.chain -> block:Tezos_shell_services.Block_services.block -> ?confirmations:int -> ?dry_run:bool -> ?verbose_signing:bool -> ?simulation:bool -> ?fee:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Manager_counter.t -> source:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.public_key_hash -> public_parameters: Tezos_protocol_016_PtMumbai.Environment.Plonk.public_parameters -> circuits_info: [ `Fee | `Private | `Public ] Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Zk_rollup.Account.SMap.t -> init_state:Bls12_381.Fr.t array -> nb_ops:int -> src_pk:Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.public_key -> src_sk:Tezos_client_base.Client_keys.sk_uri -> fee_parameter:Injection.fee_parameter -> unit -> (Tezos_base.TzPervasives.Operation_hash.t * Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.zk_rollup_origination Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.manager Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.contents * Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.zk_rollup_origination Tezos_protocol_016_PtMumbai.Protocol.Alpha_context.Kind.manager Tezos_protocol_016_PtMumbai.Protocol.Apply_results.contents_result, Tezos_base.TzPervasives.tztrace) Stdlib.result Lwt.t
OCaml

Innovation. Community. Security.