package tezos-client-017-PtNairob

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

Module Tezos_client_017_PtNairob.Client_proto_contextSource

Calls Tezos_protocol_alpha.Protocol.Contract_services.list.

Sourceval get_storage : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> unparsing_mode: Tezos_protocol_017_PtNairob.Protocol.Script_ir_unparser.unparsing_mode -> Tezos_protocol_017_PtNairob.Protocol.Contract_hash.t -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Script.expr option Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_plugin_alpha.Plugin.RPC.Contract.get_storage_normalized.

Sourceval 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_017_PtNairob.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.

Sourceval 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_017_PtNairob.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.

Sourceval get_contract_big_map_value : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Tezos_protocol_017_PtNairob.Protocol.Contract_hash.t -> (Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Script.expr * Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Script.expr) -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Script.expr option Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_alpha.Protocol.Contract_services.contract_big_map_get_opt.

Sourceval 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_017_PtNairob.Protocol.Alpha_context.Tez.tez -> ?gas_limit: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Manager_counter.t -> source:Tezos_base.TzPervasives.Signature.public_key_hash -> src_pk:Tezos_base.TzPervasives.Signature.public_key -> src_sk:Tezos_client_base.Client_keys.sk_uri -> fee_parameter:Injection.fee_parameter -> constant:string -> unit -> (Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.register_global_constant Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Injection.result, Tezos_base.TzPervasives.tztrace) result Lwt.t

Calls Injection.prepare_manager_operation with Register_global_constant constant as operation.

Sourceval get_big_map_value : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> unparsing_mode: Tezos_protocol_017_PtNairob.Protocol.Script_ir_unparser.unparsing_mode -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Big_map.Id.t -> Tezos_protocol_017_PtNairob.Protocol.Script_expr_hash.t -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Script.expr Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_plugin_alpha.Plugin.RPC.Big_map.big_map_get_normalized.

Sourceval 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_017_PtNairob.Protocol.Script_ir_unparser.unparsing_mode -> normalize_types:bool -> Tezos_protocol_017_PtNairob.Protocol.Contract_hash.t -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Script.t option Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_plugin_alpha.Plugin.RPC.Contract.get_script_normalized.

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

Calls Tezos_protocol_alpha.Protocol.Contract_services.script_opt.

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

Calls Tezos_protocol_alpha.Protocol.Contract_services.balance.

Sourceval 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_017_PtNairob.Protocol.Alpha_context.Contract.t -> Tezos_protocol_017_PtNairob.Protocol.Ticket_token.unparsed_token -> Z.t Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_plugin_alpha.Plugin.RPC.Contract.get_ticket_balance.

Sourceval 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_017_PtNairob.Protocol.Contract_hash.t -> (Tezos_protocol_017_PtNairob.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.

Sourceval ticket_balances_encoding : (Tezos_protocol_017_PtNairob.Protocol.Ticket_token.unparsed_token * Z.t) list Tezos_base.TzPervasives.Data_encoding.t
Sourceval get_frozen_deposits_limit : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Tezos_base.TzPervasives.Signature.Public_key_hash.t -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Tez.t option Tezos_base.TzPervasives.tzresult Lwt.t

Calls Tezos_protocol_alpha.Protocol.Delegate_services.frozen_deposits_limit.

Sourceval build_delegate_operation : ?fee:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash option -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.delegation Annotated_manager_operation.t

Calls Injection.prepare_manager_operation with Alpha_context.Delegation delegate_opt as operation.

Sourceval set_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 -> ?fee:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Tez.tez -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash -> src_pk:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key -> manager_sk:Tezos_client_base.Client_keys.sk_uri -> fee_parameter:Injection.fee_parameter -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash option -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.delegation Tezos_protocol_017_PtNairob.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_delegate_operation ?fee opt_delegate as operation.

Sourceval 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_017_PtNairob.Protocol.Alpha_context.Tez.tez -> consensus_pk:Tezos_base.TzPervasives.Signature.public_key -> manager_sk:Tezos_client_base.Client_keys.sk_uri -> fee_parameter:Injection.fee_parameter -> Tezos_base.TzPervasives.Signature.public_key -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.update_consensus_key Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Injection.result Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval 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_base.TzPervasives.Signature.public_key_hash -> ?destination:Tezos_base.TzPervasives.Signature.public_key_hash -> delegate:Tezos_base.TzPervasives.Signature.public_key_hash -> unit -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.drain_delegate Injection.result Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval 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_017_PtNairob.Protocol.Alpha_context.Tez.tez -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash -> src_pk:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key -> manager_sk:Tezos_client_base.Client_keys.sk_uri -> fee_parameter:Injection.fee_parameter -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Tez.t option -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.set_deposits_limit Tezos_protocol_017_PtNairob.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.

Sourceval 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_017_PtNairob.Protocol.Alpha_context.Tez.tez -> ?confirmations:int -> ?simulation:bool -> source:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash -> destination:Tezos_protocol_017_PtNairob.Protocol.Contract_hash.t -> src_pk:Tezos_protocol_017_PtNairob.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_017_PtNairob.Protocol.Alpha_context.Kind.increase_paid_storage Tezos_protocol_017_PtNairob.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.

Sourceval register_as_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 -> ?fee:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Tez.tez -> manager_sk:Tezos_client_base.Client_keys.sk_uri -> fee_parameter:Injection.fee_parameter -> ?consensus_pk:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key -> (Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.delegation Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Injection.result * (Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.update_consensus_key Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Alpha_context.contents * Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.update_consensus_key Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Apply_results.contents_result) option) Tezos_base.TzPervasives.tzresult Lwt.t

Same as set_delegate but the ~source argument of Injection.inject_manager_operation is Signature.Public_key.hash src_pk.

Sourceval save_contract : force:bool -> Protocol_client_context.full -> string -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Contract.t -> unit Tezos_base.TzPervasives.tzresult Lwt.t

Calls RawContractAlias.add.

Sourceval originate_contract : 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 -> ?fee:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> delegate: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash option -> initial_storage:string -> balance:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Tez.t -> source:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash -> src_pk:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key -> src_sk:Tezos_client_base.Client_keys.sk_uri -> code:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Script.expr -> fee_parameter:Injection.fee_parameter -> unit -> (Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.origination Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Injection.result * Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Contract.t) Tezos_base.TzPervasives.tzresult Lwt.t

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.

Sourceval parse_arg_transfer : string option -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Script.lazy_expr Tezos_base.TzPervasives.tzresult Lwt.t

Calls Michelson_v1_parser.parse_expressionarg.

Sourceval build_transaction_operation : amount:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Tez.t -> parameters: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Script.lazy_expr -> ?entrypoint:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Entrypoint.t -> ?fee:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Contract.t -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.transaction Annotated_manager_operation.t

Calls Injection.prepare_manager_operation with Alpha_context.Transaction {amount;parameters;destinations;entrypoint} as operation.

Sourceval transfer_with_script : 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 -> ?force:bool -> ?branch:int -> ?successor_level:bool -> source:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash -> src_pk:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key -> src_sk:Tezos_client_base.Client_keys.sk_uri -> destination:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Contract.t -> ?entrypoint:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Entrypoint.t -> parameters: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Script.lazy_expr -> amount:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Tez.t -> ?fee:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Manager_counter.t -> fee_parameter:Injection.fee_parameter -> ?replace_by_fees:bool -> unit -> (Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.transaction Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Injection.result * Tezos_protocol_017_PtNairob.Protocol.Contract_hash.t list) Tezos_base.TzPervasives.tzresult Lwt.t

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.

Sourceval transfer : 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 -> ?force:bool -> ?branch:int -> ?successor_level:bool -> source:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash -> src_pk:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key -> src_sk:Tezos_client_base.Client_keys.sk_uri -> destination:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Contract.t -> ?entrypoint:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Entrypoint.t -> ?arg:string -> amount:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Tez.t -> ?fee:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Manager_counter.t -> fee_parameter:Injection.fee_parameter -> ?replace_by_fees:bool -> unit -> (Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.transaction Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Injection.result * Tezos_protocol_017_PtNairob.Protocol.Contract_hash.t list) Tezos_base.TzPervasives.tzresult Lwt.t

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.

Sourceval build_reveal_operation : ?fee:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.reveal Annotated_manager_operation.t

Calls Injection.prepare_manager_operation with Reveal pk as operation

Sourceval 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_017_PtNairob.Protocol.Alpha_context.public_key_hash -> src_pk:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key -> src_sk:Tezos_client_base.Client_keys.sk_uri -> ?fee:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Tez.t -> fee_parameter:Injection.fee_parameter -> unit -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.reveal Tezos_protocol_017_PtNairob.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.

Sourcetype activation_key = {
  1. pkh : Tezos_base.TzPervasives.Signature.Ed25519.Public_key_hash.t;
  2. amount : Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Tez.t;
  3. activation_code : Tezos_protocol_017_PtNairob.Protocol.Blinded_public_key_hash.activation_code;
  4. mnemonic : string list;
  5. password : string;
  6. email : string;
}
Sourceval activation_key_encoding : activation_key Tezos_base.TzPervasives.Data_encoding.t
Sourcetype batch_transfer_operation = {
  1. destination : string;
  2. fee : string option;
  3. gas_limit : Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral option;
  4. storage_limit : Z.t option;
  5. amount : string;
  6. arg : string option;
  7. entrypoint : Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Entrypoint.t option;
}
Sourceval batch_transfer_operation_encoding : batch_transfer_operation Tezos_base.TzPervasives.Data_encoding.t
Sourceval 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_017_PtNairob.Protocol.Alpha_context.Kind.activate_account Injection.result Tezos_base.TzPervasives.tzresult Lwt.t

Activate an account, by calling Injection.inject_operation.

Sourceval 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_017_PtNairob.Protocol.Blinded_public_key_hash.activation_code -> Tezos_protocol_017_PtNairob.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.

Sourcetype period_info = {
  1. current_period_kind : Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Voting_period.kind;
  2. position : Int32.t;
  3. remaining : Int32.t;
  4. current_proposal : Tezos_base.TzPervasives.Protocol_hash.t option;
}
Sourcetype ballots_info = {
  1. current_quorum : Int32.t;
  2. participation : Int32.t;
  3. supermajority : Int64.t;
  4. ballots : Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Vote.ballots;
}

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

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.

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

Calls Tezos_protocol_alpha.Protocol.Voting_services.proposals

Sourceval 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_017_PtNairob.Protocol.Alpha_context.public_key_hash -> Tezos_base.TzPervasives.Protocol_hash.t list -> Tezos_protocol_017_PtNairob.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

Sourceval 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_017_PtNairob.Protocol.Alpha_context.public_key_hash -> Tezos_base.TzPervasives.Protocol_hash.t -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Vote.ballot -> Tezos_protocol_017_PtNairob.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

Sourceval 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

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

Calls Tezos_protocol_alpha.Protocol.Alpha_services.Cache.cached_contracts

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

Calls Tezos_protocol_alpha.Protocol.Alpha_services.Cache.contract_rank

Calls Tezos_protocol_alpha.Protocol.Alpha_services.Cache.contract_cache_size

Calls Tezos_protocol_alpha.Protocol.Alpha_services.Cache.contract_cache_size_limit

Sourceval transfer_ticket : 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_017_PtNairob.Protocol.Alpha_context.Tez.tez -> ?gas_limit: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Manager_counter.t -> source:Tezos_base.TzPervasives.Signature.public_key_hash -> src_pk:Tezos_base.TzPervasives.Signature.public_key -> src_sk:Tezos_client_base.Client_keys.sk_uri -> fee_parameter:Injection.fee_parameter -> contents:string -> ty:string -> ticketer:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Contract.t -> amount:Tezos_protocol_017_PtNairob.Protocol.Ticket_amount.t -> destination:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Contract.t -> entrypoint:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Entrypoint.t -> unit -> (Tezos_base.TzPervasives.Operation_hash.t * Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.transfer_ticket Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Alpha_context.contents * Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.transfer_ticket Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Apply_results.contents_result) Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval sc_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_017_PtNairob.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Manager_counter.t -> source:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash -> kind:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.Kind.t -> boot_sector:string -> parameters_ty: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Script.lazy_expr -> src_pk:Tezos_protocol_017_PtNairob.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_017_PtNairob.Protocol.Alpha_context.Kind.sc_rollup_originate Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Alpha_context.contents * Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.sc_rollup_originate Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Apply_results.contents_result) Tezos_base.TzPervasives.tzresult Lwt.t

Injects a smart-contract rollup origination operation using Injection.inject_operation.

Originates a smart rollup of kind with the boot_sector using paramaters_ty. Generates a unique smart rollup address returned in the operation's receipt.

This is the only entry-point to create a smart rollup.

Sourceval sc_rollup_add_messages : 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_017_PtNairob.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Manager_counter.t -> source:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash -> messages:string list -> src_pk:Tezos_protocol_017_PtNairob.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_017_PtNairob.Protocol.Alpha_context.Kind.sc_rollup_add_messages Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Alpha_context.contents * Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.sc_rollup_add_messages Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Apply_results.contents_result) Tezos_base.TzPervasives.tzresult Lwt.t

Injects a smart-contract rollup add messages operation using Injection.inject_operation.

Adds external messages to the smart rollup inbox shared with all smart rollups.

Sourceval sc_rollup_cement : 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_017_PtNairob.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Manager_counter.t -> source:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash -> rollup:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.t -> commitment: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.Commitment.Hash.t -> src_pk:Tezos_protocol_017_PtNairob.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_017_PtNairob.Protocol.Alpha_context.Kind.sc_rollup_cement Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Alpha_context.contents * Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.sc_rollup_cement Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Apply_results.contents_result) Tezos_base.TzPervasives.tzresult Lwt.t

Injects a smart-contract rollup cement commitment operation using Injection.inject_operation.

Cements a commitment for the smart rollup rollup. The commitment now becomes unrefutable and we can execute outbox messages for the committed PVM state (see sc_rollup_execute_outbox_message).

Sourceval sc_rollup_publish : 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_017_PtNairob.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Manager_counter.t -> source:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash -> rollup:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.t -> commitment: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.Commitment.t -> src_pk:Tezos_protocol_017_PtNairob.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_017_PtNairob.Protocol.Alpha_context.Kind.sc_rollup_publish Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Alpha_context.contents * Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.sc_rollup_publish Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Apply_results.contents_result) Tezos_base.TzPervasives.tzresult Lwt.t

Injects a smart-contract rollup publish commitment operation using Injection.inject_operation.

Publishes a commitment to announces the PVM state at the end of a commitment period and the number of ticks executed. If it is the first time src_pk publishes a commitment, a bond is frozen.

Sourceval sc_rollup_execute_outbox_message : 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_017_PtNairob.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Manager_counter.t -> source:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash -> rollup:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.t -> cemented_commitment: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.Commitment.Hash.t -> output_proof:string -> src_pk:Tezos_protocol_017_PtNairob.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_017_PtNairob.Protocol.Alpha_context.Kind.sc_rollup_execute_outbox_message Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Alpha_context.contents * Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.sc_rollup_execute_outbox_message Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Apply_results.contents_result) Tezos_base.TzPervasives.tzresult Lwt.t

Injects a smart-contract rollup execute outbox message operation using Injection.inject_operation.

Executes output_proof on the PVM commited state from the cemented_commitment. Allows to perform L2->L1 communication.

Sourceval sc_rollup_recover_bond : 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_017_PtNairob.Protocol.Alpha_context.Tez.tez -> ?gas_limit: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Manager_counter.t -> source:Tezos_base.TzPervasives.Signature.public_key_hash -> src_pk:Tezos_base.TzPervasives.Signature.public_key -> src_sk:Tezos_client_base.Client_keys.sk_uri -> fee_parameter:Injection.fee_parameter -> sc_rollup:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.t -> staker:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash -> unit -> (Tezos_base.TzPervasives.Operation_hash.t * Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.sc_rollup_recover_bond Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Alpha_context.contents * Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.sc_rollup_recover_bond Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Apply_results.contents_result) Tezos_base.TzPervasives.tzresult Lwt.t

Injects a smart-contract rollup recover bond operation using Injection.inject_operation.

Allows to recover the bond frozen by the operation sc_rollup_publish of src_pk, if the commitment is no longer subject to refutations.

Sourceval sc_rollup_refute : 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_017_PtNairob.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Manager_counter.t -> source:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash -> rollup:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.t -> refutation: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.Game.refutation -> opponent: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.Staker.t -> src_pk:Tezos_protocol_017_PtNairob.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_017_PtNairob.Protocol.Alpha_context.Kind.sc_rollup_refute Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Alpha_context.contents * Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.sc_rollup_refute Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Apply_results.contents_result) Tezos_base.TzPervasives.tzresult Lwt.t

Injects a smart-contract rollup refutation operation using Injection.inject_operation.

Either start a refutation game between src_pk and oppononent or plays a move in an existing refutation game.

Sourceval sc_rollup_timeout : 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_017_PtNairob.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Manager_counter.t -> source:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash -> rollup:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.t -> alice:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.Staker.t -> bob:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.Staker.t -> src_pk:Tezos_protocol_017_PtNairob.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_017_PtNairob.Protocol.Alpha_context.Kind.sc_rollup_timeout Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Alpha_context.contents * Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.sc_rollup_timeout Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Apply_results.contents_result) Tezos_base.TzPervasives.tzresult Lwt.t

Injects a smart-contract rollup timeout operation using Injection.inject_operation.

Timeouts the absent player from the refutation game between alice and bob.

Sourceval 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_017_PtNairob.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Manager_counter.t -> source:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash -> public_parameters: Tezos_protocol_017_PtNairob.Environment.Plonk.public_parameters -> circuits_info: [ `Fee | `Private | `Public ] Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Zk_rollup.Account.SMap.t -> init_state:Bls12_381.Fr.t array -> nb_ops:int -> src_pk:Tezos_protocol_017_PtNairob.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_017_PtNairob.Protocol.Alpha_context.Kind.zk_rollup_origination Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Alpha_context.contents * Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.zk_rollup_origination Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Apply_results.contents_result, Tezos_base.TzPervasives.tztrace) result Lwt.t
Sourceval zk_rollup_publish : 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_017_PtNairob.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Manager_counter.t -> source:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash -> zk_rollup:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Zk_rollup.t -> ops: (Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Zk_rollup.Operation.t * Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Zk_rollup.Ticket.t option) list -> src_pk:Tezos_protocol_017_PtNairob.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_017_PtNairob.Protocol.Alpha_context.Kind.zk_rollup_publish Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Alpha_context.contents * Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.zk_rollup_publish Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Apply_results.contents_result, Tezos_base.TzPervasives.tztrace) result Lwt.t
Sourceval zk_rollup_update : 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_017_PtNairob.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Manager_counter.t -> source:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.public_key_hash -> zk_rollup:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Zk_rollup.t -> update:Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Zk_rollup.Update.t -> src_pk:Tezos_protocol_017_PtNairob.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_017_PtNairob.Protocol.Alpha_context.Kind.zk_rollup_update Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Alpha_context.contents * Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.zk_rollup_update Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Kind.manager Tezos_protocol_017_PtNairob.Protocol.Apply_results.contents_result, Tezos_base.TzPervasives.tztrace) result Lwt.t
OCaml

Innovation. Community. Security.