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.plugin/Tezos_protocol_plugin_014_PtKathma/RPC/Forge/Manager/index.html
Module Forge.ManagerSource
Source
val operations : 
  'a Tezos_protocol_014_PtKathma.Environment.RPC_context.simple ->
  'a ->
  branch:Tezos_protocol_environment_014_PtKathma.Block_hash.t ->
  source:Tezos_raw_protocol_014_PtKathma.Alpha_context.public_key_hash ->
  ?sourcePubKey:Tezos_protocol_environment_014_PtKathma.Signature.Public_key.t ->
  counter:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.counter ->
  fee:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Tez.tez ->
  gas_limit:
    Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Gas.Arith.integral ->
  storage_limit:Tezos_protocol_environment_014_PtKathma.Z.t ->
  Tezos_protocol_014_PtKathma.Protocol.Alpha_context.packed_manager_operation
    list ->
  (Tezos_protocol_environment_014_PtKathma.Bytes.t,
    Tezos_base.TzPervasives.tztrace)
    Tezos_protocol_environment_014_PtKathma.Pervasives.result
    Tezos_protocol_environment_014_PtKathma.Lwt.tSource
val reveal : 
  'a Tezos_protocol_014_PtKathma.Environment.RPC_context.simple ->
  'a ->
  branch:Tezos_protocol_environment_014_PtKathma.Block_hash.t ->
  source:Tezos_raw_protocol_014_PtKathma.Alpha_context.public_key_hash ->
  sourcePubKey:Tezos_protocol_environment_014_PtKathma.Signature.Public_key.t ->
  counter:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.counter ->
  fee:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Tez.tez ->
  unit ->
  (Tezos_protocol_environment_014_PtKathma.Bytes.t,
    Tezos_base.TzPervasives.tztrace)
    Tezos_protocol_environment_014_PtKathma.Pervasives.result
    Tezos_protocol_environment_014_PtKathma.Lwt.tSource
val transaction : 
  'a Tezos_protocol_014_PtKathma.Environment.RPC_context.simple ->
  'a ->
  branch:Tezos_protocol_environment_014_PtKathma.Block_hash.t ->
  source:Tezos_raw_protocol_014_PtKathma.Alpha_context.public_key_hash ->
  ?sourcePubKey:Tezos_protocol_environment_014_PtKathma.Signature.Public_key.t ->
  counter:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.counter ->
  amount:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Tez.tez ->
  destination:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Contract.t ->
  ?entrypoint:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Entrypoint.t ->
  ?parameters:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Script.expr ->
  gas_limit:
    Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Gas.Arith.integral ->
  storage_limit:Tezos_protocol_environment_014_PtKathma.Z.t ->
  fee:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Tez.tez ->
  unit ->
  (Tezos_protocol_environment_014_PtKathma.Bytes.t,
    Tezos_base.TzPervasives.tztrace)
    Tezos_protocol_environment_014_PtKathma.Pervasives.result
    Tezos_protocol_environment_014_PtKathma.Lwt.tSource
val origination : 
  'a Tezos_protocol_014_PtKathma.Environment.RPC_context.simple ->
  'a ->
  branch:Tezos_protocol_environment_014_PtKathma.Block_hash.t ->
  source:Tezos_raw_protocol_014_PtKathma.Alpha_context.public_key_hash ->
  ?sourcePubKey:Tezos_protocol_environment_014_PtKathma.Signature.Public_key.t ->
  counter:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.counter ->
  balance:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Tez.tez ->
  ?delegatePubKey:
    Tezos_protocol_environment_014_PtKathma.Signature.Public_key_hash.t ->
  script:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Script.t ->
  gas_limit:
    Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Gas.Arith.integral ->
  storage_limit:Tezos_protocol_environment_014_PtKathma.Z.t ->
  fee:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Tez.tez ->
  unit ->
  (Tezos_protocol_environment_014_PtKathma.Bytes.t,
    Tezos_base.TzPervasives.tztrace)
    Tezos_protocol_environment_014_PtKathma.Pervasives.result
    Tezos_protocol_environment_014_PtKathma.Lwt.tSource
val delegation : 
  'a Tezos_protocol_014_PtKathma.Environment.RPC_context.simple ->
  'a ->
  branch:Tezos_protocol_environment_014_PtKathma.Block_hash.t ->
  source:Tezos_raw_protocol_014_PtKathma.Alpha_context.public_key_hash ->
  ?sourcePubKey:Tezos_protocol_environment_014_PtKathma.Signature.Public_key.t ->
  counter:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.counter ->
  fee:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Tez.tez ->
  Tezos_protocol_environment_014_PtKathma.Signature.Public_key_hash.t option ->
  (Tezos_protocol_environment_014_PtKathma.Bytes.t,
    Tezos_base.TzPervasives.tztrace)
    Tezos_protocol_environment_014_PtKathma.Pervasives.result
    Tezos_protocol_environment_014_PtKathma.Lwt.t sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >