package octez-protocol-007-PsDELPH1-libs
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Octez protocol 007-PsDELPH1 libraries
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      octez-19.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=c6df840ebbf115e454db949028c595bec558a59a66cade73b52a6d099d6fa4d4
    
    
  sha512=d8aee903b9fe130d73176bc8ec38b78c9ff65317da3cb4f3415f09af0c625b4384e7498201fdb61aa39086a7d5d409d0ab3423f9bc3ab989a680cf444a79bc13
    
    
  doc/octez-protocol-007-PsDELPH1-libs.client/Tezos_client_007_PsDELPH1/Michelson_v1_entrypoints/index.html
Module Tezos_client_007_PsDELPH1.Michelson_v1_entrypointsSource
Source
val script_entrypoint_type : 
  Protocol_client_context.rpc_context ->
  chain:Tezos_shell_services.Chain_services.chain ->
  block:Tezos_shell_services.Block_services.block ->
  Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.expr ->
  entrypoint:string ->
  Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.expr option
    Tezos_base.TzPervasives.tzresult
    Lwt.tReturns Some type if the contract has an entrypoint of type type. None if it does not exists.
Source
val contract_entrypoint_type : 
  Protocol_client_context.rpc_context ->
  chain:Tezos_shell_services.Chain_services.chain ->
  block:Tezos_shell_services.Block_services.block ->
  contract:Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Contract.t ->
  entrypoint:string ->
  Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.expr option
    Tezos_base.TzPervasives.tzresult
    Lwt.tReturns Some type if the script has an entrypoint of type type. None if it does not exists.
Source
val print_entrypoint_type : 
  Tezos_client_base.Client_context.printer ->
  ?on_errors:
    (Tezos_base.TzPervasives.error list ->
      unit Tezos_base.TzPervasives.tzresult Lwt.t) ->
  emacs:bool ->
  ?contract:Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Contract.t ->
  ?script_name:string ->
  entrypoint:string ->
  Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.expr option
    Tezos_base.TzPervasives.tzresult ->
  unit Tezos_base.TzPervasives.tzresult Lwt.tSource
val list_contract_unreachables : 
  Protocol_client_context.rpc_context ->
  chain:Tezos_shell_services.Chain_services.chain ->
  block:Tezos_shell_services.Block_services.block ->
  contract:Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Contract.t ->
  Tezos_protocol_007_PsDELPH1.Protocol.Michelson_v1_primitives.prim list list
    Tezos_base.TzPervasives.tzresult
    Lwt.tList paths of unreachable parameters. Only useful to test the stitching, as no such parameter should be allowed in originated contracts.
Source
val list_unreachables : 
  Protocol_client_context.rpc_context ->
  chain:Tezos_shell_services.Chain_services.chain ->
  block:Tezos_shell_services.Block_services.block ->
  Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.expr ->
  Tezos_protocol_007_PsDELPH1.Protocol.Michelson_v1_primitives.prim list list
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
val print_unreachables : 
  Tezos_client_base.Client_context.printer ->
  ?on_errors:
    (Tezos_base.TzPervasives.error list ->
      unit Tezos_base.TzPervasives.tzresult Lwt.t) ->
  emacs:bool ->
  ?contract:Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Contract.t ->
  ?script_name:string ->
  Tezos_protocol_007_PsDELPH1.Protocol.Michelson_v1_primitives.prim list list
    Tezos_base.TzPervasives.tzresult ->
  unit Tezos_base.TzPervasives.tzresult Lwt.tSource
val list_contract_entrypoints : 
  Protocol_client_context.rpc_context ->
  chain:Tezos_shell_services.Chain_services.chain ->
  block:Tezos_shell_services.Block_services.block ->
  contract:Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Contract.t ->
  (string * Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.expr)
    list
    Tezos_base.TzPervasives.tzresult
    Lwt.tList the contract entrypoints with their types. If their is no explicit default, th type of default entrypoint will still be given.
Source
val list_entrypoints : 
  Protocol_client_context.rpc_context ->
  chain:Tezos_shell_services.Chain_services.chain ->
  block:Tezos_shell_services.Block_services.block ->
  Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.expr ->
  (string * Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.expr)
    list
    Tezos_base.TzPervasives.tzresult
    Lwt.tList the script entrypoints with their types.
Source
val print_entrypoints_list : 
  Tezos_client_base.Client_context.printer ->
  ?on_errors:
    (Tezos_base.TzPervasives.error list ->
      unit Tezos_base.TzPervasives.tzresult Lwt.t) ->
  emacs:bool ->
  ?contract:Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Contract.t ->
  ?script_name:string ->
  (string * Tezos_protocol_007_PsDELPH1.Protocol.Alpha_context.Script.expr)
    list
    Tezos_base.TzPervasives.tzresult ->
  unit Tezos_base.TzPervasives.tzresult Lwt.tPrint the contract entrypoints with their types.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >