package octez-protocol-014-PtKathma-libs
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Octez protocol 014-PtKathma libraries
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      tezos-octez-v20.1.tag.bz2
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
    
    
  sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65
    
    
  doc/octez-protocol-014-PtKathma-libs.client/Tezos_client_014_PtKathma/Injection/index.html
Module Tezos_client_014_PtKathma.InjectionSource
Source
type 'kind preapply_result =
  Tezos_base.TzPervasives.Operation_hash.t
  * 'kind Tezos_protocol_014_PtKathma.Protocol.Alpha_context.operation
  * 'kind Tezos_protocol_014_PtKathma.Protocol.Apply_results.operation_metadataSource
type fee_parameter = {- minimal_fees : Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Tez.t;
- minimal_nanotez_per_byte : Q.t;
- minimal_nanotez_per_gas_unit : Q.t;
- force_low_fee : bool;
- fee_cap : Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Tez.t;
- burn_cap : Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Tez.t;
}Source
val preapply : 
  Protocol_client_context.full ->
  chain:Tezos_shell_services.Shell_services.chain ->
  block:Tezos_shell_services.Shell_services.block ->
  ?verbose_signing:bool ->
  ?fee_parameter:fee_parameter ->
  ?branch:int ->
  ?src_sk:Tezos_client_base.Client_keys_v0.sk_uri ->
  'kind Tezos_protocol_014_PtKathma.Protocol.Alpha_context.contents_list ->
  'kind preapply_result Tezos_base.TzPervasives.tzresult Lwt.tSource
val simulate : 
  Protocol_client_context.full ->
  chain:Tezos_shell_services.Shell_services.chain ->
  block:Tezos_shell_services.Shell_services.block ->
  ?successor_level:bool ->
  ?branch:int ->
  ?latency:int ->
  'kind Tezos_protocol_014_PtKathma.Protocol.Alpha_context.contents_list ->
  'kind preapply_result Tezos_base.TzPervasives.tzresult Lwt.tPerform simulation of the given operations and return the corresponding preapply_results.
Source
type 'kind result_list =
  Tezos_base.TzPervasives.Operation_hash.t
  * 'kind Tezos_protocol_014_PtKathma.Protocol.Alpha_context.contents_list
  * 'kind
      Tezos_protocol_014_PtKathma.Protocol.Apply_results.contents_result_listSource
val inject_operation : 
  Protocol_client_context.full ->
  chain:Tezos_shell_services.Shell_services.chain ->
  block:Tezos_shell_services.Shell_services.block ->
  ?confirmations:int ->
  ?dry_run:bool ->
  ?simulation:bool ->
  ?successor_level:bool ->
  ?branch:int ->
  ?src_sk:Tezos_client_base.Client_keys_v0.sk_uri ->
  ?verbose_signing:bool ->
  ?fee_parameter:fee_parameter ->
  'kind Tezos_protocol_014_PtKathma.Protocol.Alpha_context.contents_list ->
  'kind result_list Tezos_base.TzPervasives.tzresult Lwt.t/!\ inject_operation does not perform automatic patching of gas, storage and fees; use inject_manager_operation to inject manager operations.
Source
type 'kind result =
  Tezos_base.TzPervasives.Operation_hash.t
  * 'kind Tezos_protocol_014_PtKathma.Protocol.Alpha_context.contents
  * 'kind Tezos_protocol_014_PtKathma.Protocol.Apply_results.contents_resultSource
val prepare_manager_operation : 
  fee:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Tez.t Limit.t ->
  gas_limit:
    Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Gas.Arith.integral
      Limit.t ->
  storage_limit:Z.t Limit.t ->
  'kind Tezos_protocol_014_PtKathma.Protocol.Alpha_context.manager_operation ->
  'kind Annotated_manager_operation.tSource
val inject_manager_operation : 
  Protocol_client_context.full ->
  chain:Tezos_shell_services.Shell_services.chain ->
  block:Tezos_shell_services.Shell_services.block ->
  ?successor_level:bool ->
  ?branch:int ->
  ?confirmations:int ->
  ?dry_run:bool ->
  ?verbose_signing:bool ->
  ?simulation:bool ->
  ?force:bool ->
  source:Tezos_crypto.Signature.V0.Public_key_hash.t ->
  src_pk:Tezos_crypto.Signature.V0.public_key ->
  src_sk:Tezos_client_base.Client_keys_v0.sk_uri ->
  fee:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Tez.t Limit.t ->
  gas_limit:
    Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Gas.Arith.integral
      Limit.t ->
  storage_limit:Z.t Limit.t ->
  ?counter:Z.t ->
  ?replace_by_fees:bool ->
  fee_parameter:fee_parameter ->
  'kind Annotated_manager_operation.annotated_list ->
  (Tezos_base.TzPervasives.Operation_hash.t
   * Tezos_protocol_014_PtKathma.Protocol.Alpha_context.packed_operation
   * 'kind Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Kind.manager
       Tezos_protocol_014_PtKathma.Protocol.Alpha_context.contents_list
   * 'kind Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Kind.manager
       Tezos_protocol_014_PtKathma.Protocol.Apply_results.contents_result_list)
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
val originated_contracts : 
  force:bool ->
  'kind Tezos_protocol_014_PtKathma.Protocol.Apply_results.contents_result_list ->
  Tezos_protocol_014_PtKathma.Protocol.Contract_hash.t list
    Tezos_base.TzPervasives.tzresultCollects the addresses of all contracts originated by a batch of operations by looking at the operation results. Fails if an operation in the batch is failed unless force is given.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >