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/index.html
Module RPC.ForgeSource
Source
val operation : 
  'a Tezos_protocol_014_PtKathma.Environment.RPC_context.simple ->
  'a ->
  branch:Tezos_protocol_environment_014_PtKathma.Block_hash.t ->
  'b Tezos_protocol_014_PtKathma.Protocol.Alpha_context.contents ->
  Tezos_protocol_environment_014_PtKathma.Bytes.t
    Tezos_protocol_environment_014_PtKathma.Error_monad.shell_tzresult
    Tezos_protocol_environment_014_PtKathma.Lwt.tSource
val endorsement : 
  'a Tezos_protocol_014_PtKathma.Environment.RPC_context.simple ->
  'a ->
  branch:Tezos_protocol_environment_014_PtKathma.Block_hash.t ->
  consensus_content:
    Tezos_protocol_014_PtKathma.Protocol.Alpha_context.consensus_content ->
  unit ->
  Tezos_protocol_environment_014_PtKathma.Bytes.t
    Tezos_protocol_environment_014_PtKathma.Error_monad.shell_tzresult
    Tezos_protocol_environment_014_PtKathma.Lwt.tSource
val proposals : 
  'a Tezos_protocol_014_PtKathma.Environment.RPC_context.simple ->
  'a ->
  branch:Tezos_protocol_environment_014_PtKathma.Block_hash.t ->
  source:Tezos_protocol_environment_014_PtKathma.Signature.Public_key_hash.t ->
  period:int32 ->
  proposals:Tezos_protocol_environment_014_PtKathma.Protocol_hash.t list ->
  unit ->
  Tezos_protocol_environment_014_PtKathma.Bytes.t
    Tezos_protocol_environment_014_PtKathma.Error_monad.shell_tzresult
    Tezos_protocol_environment_014_PtKathma.Lwt.tSource
val ballot : 
  'a Tezos_protocol_014_PtKathma.Environment.RPC_context.simple ->
  'a ->
  branch:Tezos_protocol_environment_014_PtKathma.Block_hash.t ->
  source:Tezos_protocol_environment_014_PtKathma.Signature.Public_key_hash.t ->
  period:int32 ->
  proposal:Tezos_protocol_environment_014_PtKathma.Protocol_hash.t ->
  ballot:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Vote.ballot ->
  unit ->
  Tezos_protocol_environment_014_PtKathma.Bytes.t
    Tezos_protocol_environment_014_PtKathma.Error_monad.shell_tzresult
    Tezos_protocol_environment_014_PtKathma.Lwt.tSource
val failing_noop : 
  'a Tezos_protocol_014_PtKathma.Environment.RPC_context.simple ->
  'a ->
  branch:Tezos_protocol_environment_014_PtKathma.Block_hash.t ->
  message:string ->
  unit ->
  Tezos_protocol_environment_014_PtKathma.Bytes.t
    Tezos_protocol_environment_014_PtKathma.Error_monad.shell_tzresult
    Tezos_protocol_environment_014_PtKathma.Lwt.tSource
val seed_nonce_revelation : 
  'a Tezos_protocol_014_PtKathma.Environment.RPC_context.simple ->
  'a ->
  branch:Tezos_protocol_environment_014_PtKathma.Block_hash.t ->
  level:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Raw_level.t ->
  nonce:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Nonce.t ->
  unit ->
  Tezos_protocol_environment_014_PtKathma.Bytes.t
    Tezos_protocol_environment_014_PtKathma.Error_monad.shell_tzresult
    Tezos_protocol_environment_014_PtKathma.Lwt.tSource
val vdf_revelation : 
  'a Tezos_protocol_014_PtKathma.Environment.RPC_context.simple ->
  'a ->
  branch:Tezos_protocol_environment_014_PtKathma.Block_hash.t ->
  solution:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Seed.vdf_solution ->
  unit ->
  Tezos_protocol_environment_014_PtKathma.Bytes.t
    Tezos_protocol_environment_014_PtKathma.Error_monad.shell_tzresult
    Tezos_protocol_environment_014_PtKathma.Lwt.tSource
val double_baking_evidence : 
  'a Tezos_protocol_014_PtKathma.Environment.RPC_context.simple ->
  'a ->
  branch:Tezos_protocol_environment_014_PtKathma.Block_hash.t ->
  bh1:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Block_header.t ->
  bh2:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Block_header.t ->
  unit ->
  Tezos_protocol_environment_014_PtKathma.Bytes.t
    Tezos_protocol_environment_014_PtKathma.Error_monad.shell_tzresult
    Tezos_protocol_environment_014_PtKathma.Lwt.tSource
val double_endorsement_evidence : 
  'a Tezos_protocol_014_PtKathma.Environment.RPC_context.simple ->
  'a ->
  branch:Tezos_protocol_environment_014_PtKathma.Block_hash.t ->
  op1:
    Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Kind.endorsement
      Tezos_protocol_014_PtKathma.Protocol.Alpha_context.operation ->
  op2:
    Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Kind.endorsement
      Tezos_protocol_014_PtKathma.Protocol.Alpha_context.operation ->
  unit ->
  Tezos_protocol_environment_014_PtKathma.Bytes.t
    Tezos_protocol_environment_014_PtKathma.Error_monad.shell_tzresult
    Tezos_protocol_environment_014_PtKathma.Lwt.tSource
val double_preendorsement_evidence : 
  'a Tezos_protocol_014_PtKathma.Environment.RPC_context.simple ->
  'a ->
  branch:Tezos_protocol_environment_014_PtKathma.Block_hash.t ->
  op1:
    Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Kind.preendorsement
      Tezos_protocol_014_PtKathma.Protocol.Alpha_context.operation ->
  op2:
    Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Kind.preendorsement
      Tezos_protocol_014_PtKathma.Protocol.Alpha_context.operation ->
  unit ->
  Tezos_protocol_environment_014_PtKathma.Bytes.t
    Tezos_protocol_environment_014_PtKathma.Error_monad.shell_tzresult
    Tezos_protocol_environment_014_PtKathma.Lwt.tSource
val protocol_data : 
  'a Tezos_protocol_014_PtKathma.Environment.RPC_context.simple ->
  'a ->
  ?payload_hash:Tezos_protocol_014_PtKathma.Protocol.Block_payload_hash.t ->
  ?payload_round:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Round.t ->
  ?seed_nonce_hash:Tezos_protocol_014_PtKathma.Protocol.Nonce_hash.t ->
  ?proof_of_work_nonce:bytes ->
  liquidity_baking_toggle_vote:
    Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Liquidity_baking.liquidity_baking_toggle_vote ->
  unit ->
  Tezos_protocol_environment_014_PtKathma.Bytes.t
    Tezos_protocol_environment_014_PtKathma.Error_monad.shell_tzresult
    Tezos_protocol_environment_014_PtKathma.Lwt.t sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >