package tezos-protocol-003-PsddFKi3
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, functor version)
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      tezos-17.3.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680
    
    
  sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc
    
    
  doc/tezos-protocol-003-PsddFKi3.raw/Tezos_raw_protocol_003_PsddFKi3/Alpha_context/index.html
Module Tezos_raw_protocol_003_PsddFKi3.Alpha_contextSource
Source
type 'kind operation = {- shell : Tezos_protocol_environment_003_PsddFKi3.Operation.shell_header;
- protocol_data : 'kind protocol_data;
}Source
and 'kind protocol_data = {- contents : 'kind contents_list;
- signature : Tezos_protocol_environment_003_PsddFKi3.Signature.t option;
}Source
and _ contents_list = - | Single : 'kind contents -> 'kind contents_list
- | Cons : 'kind Kind.manager contents * 'rest Kind.manager contents_list -> ('kind * 'rest) Kind.manager contents_list
Source
and _ contents = - | Endorsement : {- level : Raw_level.t;
 - } -> Kind.endorsement contents
- | Seed_nonce_revelation : {- level : Raw_level.t;
- nonce : Nonce.t;
 - } -> Kind.seed_nonce_revelation contents
- | Double_endorsement_evidence : {- op1 : Kind.endorsement operation;
- op2 : Kind.endorsement operation;
 - } -> Kind.double_endorsement_evidence contents
- | Double_baking_evidence : {- bh1 : Block_header.t;
- bh2 : Block_header.t;
 - } -> Kind.double_baking_evidence contents
- | Activate_account : {- id : Tezos_protocol_environment_003_PsddFKi3.Ed25519.Public_key_hash.t;
- activation_code : Blinded_public_key_hash.activation_code;
 - } -> Kind.activate_account contents
- | Proposals : {- source : Tezos_protocol_environment_003_PsddFKi3.Signature.Public_key_hash.t;
- period : Voting_period.t;
- proposals : Tezos_protocol_environment_003_PsddFKi3.Protocol_hash.t list;
 - } -> Kind.proposals contents
- | Ballot : {- source : Tezos_protocol_environment_003_PsddFKi3.Signature.Public_key_hash.t;
- period : Voting_period.t;
- proposal : Tezos_protocol_environment_003_PsddFKi3.Protocol_hash.t;
- ballot : Vote.ballot;
 - } -> Kind.ballot contents
- | Manager_operation : {- source : Contract.contract;
- fee : Tez.tez;
- counter : counter;
- operation : 'kind manager_operation;
- gas_limit : Tezos_protocol_environment_003_PsddFKi3.Z.t;
- storage_limit : Tezos_protocol_environment_003_PsddFKi3.Z.t;
 - } -> 'kind Kind.manager contents
Source
and _ manager_operation = - | Reveal : Tezos_protocol_environment_003_PsddFKi3.Signature.Public_key.t -> Kind.reveal manager_operation
- | Transaction : {- amount : Tez.tez;
- parameters : Script.lazy_expr option;
- destination : Contract.contract;
 - } -> Kind.transaction manager_operation
- | Origination : {- manager : Tezos_protocol_environment_003_PsddFKi3.Signature.Public_key_hash.t;
- delegate : Tezos_protocol_environment_003_PsddFKi3.Signature.Public_key_hash.t option;
- script : Script.t option;
- spendable : bool;
- delegatable : bool;
- credit : Tez.tez;
- preorigination : Contract.t option;
 - } -> Kind.origination manager_operation
- | Delegation : Tezos_protocol_environment_003_PsddFKi3.Signature.Public_key_hash.t option -> Kind.delegation manager_operation
Source
type 'kind internal_operation = {- source : Contract.contract;
- operation : 'kind manager_operation;
- nonce : int;
}Source
type packed_manager_operation = - | Manager : 'kind manager_operation -> packed_manager_operation
Source
type packed_operation = {- shell : Tezos_protocol_environment_003_PsddFKi3.Operation.shell_header;
- protocol_data : packed_protocol_data;
}Source
type packed_internal_operation = - | Internal_operation : 'kind internal_operation -> packed_internal_operation
Source
val prepare_first_block : 
  Tezos_protocol_environment_003_PsddFKi3.Context.t ->
  typecheck:
    (context ->
      Script.t ->
      context Tezos_protocol_environment_003_PsddFKi3.Error_monad.tzresult
        Tezos_protocol_environment_003_PsddFKi3.Lwt.t) ->
  level:Tezos_protocol_environment_003_PsddFKi3.Int32.t ->
  timestamp:Tezos_protocol_environment_003_PsddFKi3.Time.t ->
  fitness:Fitness.t ->
  context Tezos_protocol_environment_003_PsddFKi3.Error_monad.tzresult
    Tezos_protocol_environment_003_PsddFKi3.Lwt.tSource
val prepare : 
  Tezos_protocol_environment_003_PsddFKi3.Context.t ->
  level:Tezos_protocol_environment_003_PsddFKi3.Int32.t ->
  timestamp:Tezos_protocol_environment_003_PsddFKi3.Time.t ->
  fitness:Fitness.t ->
  context Tezos_protocol_environment_003_PsddFKi3.Error_monad.tzresult
    Tezos_protocol_environment_003_PsddFKi3.Lwt.tSource
val finalize : 
  ?commit_message:string ->
  context ->
  Tezos_protocol_environment_003_PsddFKi3.Updater.validation_resultSource
val record_endorsement : 
  context ->
  Tezos_protocol_environment_003_PsddFKi3.Signature.Public_key_hash.t ->
  contextSource
val allowed_endorsements : 
  context ->
  (Tezos_protocol_environment_003_PsddFKi3.Signature.Public_key.t
   * int list
   * bool)
    Tezos_protocol_environment_003_PsddFKi3.Signature.Public_key_hash.Map.tSource
val init_endorsements : 
  context ->
  (Tezos_protocol_environment_003_PsddFKi3.Signature.Public_key.t
   * int list
   * bool)
    Tezos_protocol_environment_003_PsddFKi3.Signature.Public_key_hash.Map.t ->
  contextSource
val fresh_internal_nonce : 
  context ->
  (context * int) Tezos_protocol_environment_003_PsddFKi3.Error_monad.tzresultSource
val get_deposits : 
  context ->
  Tez.t Tezos_protocol_environment_003_PsddFKi3.Signature.Public_key_hash.Map.t sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >