package octez-protocol-011-PtHangz2-libs
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Octez protocol 011-PtHangz2 libraries
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      octez-19.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=c6df840ebbf115e454db949028c595bec558a59a66cade73b52a6d099d6fa4d4
    
    
  sha512=d8aee903b9fe130d73176bc8ec38b78c9ff65317da3cb4f3415f09af0c625b4384e7498201fdb61aa39086a7d5d409d0ab3423f9bc3ab989a680cf444a79bc13
    
    
  doc/octez-protocol-011-PtHangz2-libs.client/Tezos_client_011_PtHangz2/Client_proto_context/index.html
Module Tezos_client_011_PtHangz2.Client_proto_contextSource
Source
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.tSource
val 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_011_PtHangz2.Protocol.Script_ir_translator.unparsing_mode ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Contract.t ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Script.expr option
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
val 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_011_PtHangz2.Protocol.Alpha_context.Contract.t ->
  (Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Script.expr
   * Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Script.expr) ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Script.expr option
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
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_011_PtHangz2.Protocol.Alpha_context.Tez.tez ->
  ?gas_limit:
    Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Gas.Arith.integral ->
  ?storage_limit:Z.t ->
  ?counter:Z.t ->
  source:Tezos_base.TzPervasives.Signature.V0.public_key_hash ->
  src_pk:Tezos_base.TzPervasives.Signature.V0.public_key ->
  src_sk:Tezos_client_base.Client_keys_v0.sk_uri ->
  fee_parameter:Injection.fee_parameter ->
  constant:string ->
  unit ->
  (Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Kind.register_global_constant
     Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Kind.manager
     Injection.result,
    Tezos_base.TzPervasives.tztrace)
    result
    Lwt.tSource
val 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_011_PtHangz2.Protocol.Script_ir_translator.unparsing_mode ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Big_map.Id.t ->
  Tezos_protocol_011_PtHangz2.Protocol.Script_expr_hash.t ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Script.expr
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
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_011_PtHangz2.Protocol.Script_ir_translator.unparsing_mode ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Contract.t ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Script.t option
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
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_011_PtHangz2.Protocol.Alpha_context.Contract.t ->
  Tezos_protocol_011_PtHangz2.Protocol.Script_expr_hash.t option
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
val get_balance : 
  Protocol_client_context.rpc_context ->
  chain:Tezos_shell_services.Shell_services.chain ->
  block:Tezos_shell_services.Shell_services.block ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Contract.t ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Tez.t
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
val build_delegate_operation : 
  ?fee:Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Tez.t ->
  ?gas_limit:
    Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Gas.Arith.integral ->
  ?storage_limit:Z.t ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.public_key_hash option ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Kind.delegation
    Annotated_manager_operation.tSource
val 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_011_PtHangz2.Protocol.Alpha_context.Tez.tez ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.public_key_hash ->
  src_pk:Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.public_key ->
  manager_sk:Tezos_client_base.Client_keys_v0.sk_uri ->
  fee_parameter:Injection.fee_parameter ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.public_key_hash option ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Kind.delegation
    Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Kind.manager
    Injection.result
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
val 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_011_PtHangz2.Protocol.Alpha_context.Tez.tez ->
  manager_sk:Tezos_client_base.Client_keys_v0.sk_uri ->
  fee_parameter:Injection.fee_parameter ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.public_key ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Kind.delegation
    Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Kind.manager
    Injection.result
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
val save_contract : 
  force:bool ->
  Protocol_client_context.full ->
  string ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Contract.t ->
  unit Tezos_base.TzPervasives.tzresult Lwt.tSource
val 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_011_PtHangz2.Protocol.Alpha_context.Tez.t ->
  ?gas_limit:
    Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Gas.Arith.integral ->
  ?storage_limit:Z.t ->
  delegate:
    Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.public_key_hash option ->
  initial_storage:string ->
  balance:Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Tez.t ->
  source:Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.public_key_hash ->
  src_pk:Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.public_key ->
  src_sk:Tezos_client_base.Client_keys_v0.sk_uri ->
  code:Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Script.expr ->
  fee_parameter:Injection.fee_parameter ->
  unit ->
  (Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Kind.origination
     Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Kind.manager
     Injection.result
   * Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Contract.t)
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
val parse_arg_transfer : 
  string option ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Script.lazy_expr
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
val build_transaction_operation : 
  amount:Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Tez.t ->
  parameters:
    Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Script.lazy_expr ->
  ?entrypoint:string ->
  ?fee:Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Tez.t ->
  ?gas_limit:
    Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Gas.Arith.integral ->
  ?storage_limit:Z.t ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Contract.t ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Kind.transaction
    Annotated_manager_operation.tSource
val 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 ->
  source:Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.public_key_hash ->
  src_pk:Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.public_key ->
  src_sk:Tezos_client_base.Client_keys_v0.sk_uri ->
  destination:Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Contract.t ->
  ?entrypoint:string ->
  ?arg:string ->
  amount:Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Tez.t ->
  ?fee:Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Tez.t ->
  ?gas_limit:
    Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Gas.Arith.integral ->
  ?storage_limit:Z.t ->
  ?counter:Z.t ->
  fee_parameter:Injection.fee_parameter ->
  unit ->
  (Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Kind.transaction
     Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Kind.manager
     Injection.result
   * Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Contract.t list)
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
val build_reveal_operation : 
  ?fee:Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Tez.t ->
  ?gas_limit:
    Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Gas.Arith.integral ->
  ?storage_limit:Z.t ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.public_key ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Kind.reveal
    Annotated_manager_operation.tSource
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_011_PtHangz2.Protocol.Alpha_context.public_key_hash ->
  src_pk:Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.public_key ->
  src_sk:Tezos_client_base.Client_keys_v0.sk_uri ->
  ?fee:Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Tez.t ->
  fee_parameter:Injection.fee_parameter ->
  unit ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Kind.reveal
    Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Kind.manager
    Injection.result
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
type activation_key = {- pkh : Tezos_base.TzPervasives.Signature.Ed25519.Public_key_hash.t;
- amount : Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Tez.t;
- activation_code : Tezos_protocol_011_PtHangz2.Protocol.Blinded_public_key_hash.activation_code;
- mnemonic : string list;
- password : string;
- email : string;
}Source
type batch_transfer_operation = {- destination : string;
- fee : string option;
- gas_limit : Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Gas.Arith.integral option;
- storage_limit : Z.t option;
- amount : string;
- arg : string option;
- entrypoint : string option;
}Source
val batch_transfer_operation_encoding : 
  batch_transfer_operation Tezos_base.TzPervasives.Data_encoding.tSource
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_011_PtHangz2.Protocol.Alpha_context.Kind.activate_account
    Injection.result
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
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_011_PtHangz2.Protocol.Blinded_public_key_hash.activation_code ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Kind.activate_account
    Injection.result
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
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.tSource
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.tSource
val get_proposals : 
  Protocol_client_context.full ->
  chain:Tezos_shell_services.Shell_services.chain ->
  block:Tezos_shell_services.Shell_services.block ->
  Int32.t Tezos_protocol_011_PtHangz2.Environment.Protocol_hash.Map.t
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
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_v0.sk_uri ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.public_key_hash ->
  Tezos_base.TzPervasives.Protocol_hash.t list ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Kind.proposals
    Injection.result_list
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
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_v0.sk_uri ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.public_key_hash ->
  Tezos_base.TzPervasives.Protocol_hash.t ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Vote.ballot ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Kind.ballot
    Injection.result_list
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
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.tlookup an operation in predecessors previous blocks, and print the receipt if found
Source
val cached_contracts : 
  Protocol_client_context.full ->
  chain:Tezos_shell_services.Shell_services.chain ->
  block:Tezos_shell_services.Shell_services.block ->
  (Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Contract.t * int) list
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
val contract_rank : 
  Protocol_client_context.full ->
  chain:Tezos_shell_services.Shell_services.chain ->
  block:Tezos_shell_services.Shell_services.block ->
  Tezos_protocol_011_PtHangz2.Protocol.Alpha_context.Contract.t ->
  int option Tezos_base.TzPervasives.tzresult Lwt.tSource
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.tSource
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 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >