Tezos_raw_protocol_007_PsDELPH1.Alpha_contextmodule type BASIC_DATA = sig ... endtype context = ttype public_key =
Tezos_protocol_environment_007_PsDELPH1.Signature.Public_key.ttype public_key_hash =
Tezos_protocol_environment_007_PsDELPH1.Signature.Public_key_hash.ttype signature = Tezos_protocol_environment_007_PsDELPH1.Signature.tmodule Tez : sig ... endmodule Period : sig ... endmodule Timestamp : sig ... endmodule Raw_level : sig ... endmodule Cycle : sig ... endmodule Gas : sig ... endmodule Script_int : module type of Script_int_reprmodule Script_timestamp : sig ... endmodule Script : sig ... endmodule Constants : sig ... endmodule Voting_period : sig ... endmodule Level : sig ... endmodule Fitness : sig ... endmodule Nonce : sig ... endmodule Seed : sig ... endmodule Big_map : sig ... endmodule Contract : sig ... endmodule Delegate : sig ... endmodule Vote : sig ... endmodule Block_header : sig ... endmodule Kind : sig ... endtype 'kind operation = {shell : Tezos_protocol_environment_007_PsDELPH1.Operation.shell_header;protocol_data : 'kind protocol_data;}and 'kind protocol_data = {contents : 'kind contents_list;signature : Tezos_protocol_environment_007_PsDELPH1.Signature.t option;}and _ contents_list = | Single : 'kind contents -> 'kind contents_list| Cons : 'kind Kind.manager contents
* 'rest Kind.manager contents_list -> ('kind * 'rest) Kind.manager
contents_listand _ 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_007_PsDELPH1.Ed25519.Public_key_hash.t;activation_code : Blinded_public_key_hash.activation_code;} -> Kind.activate_account contents| Proposals : {source : Tezos_protocol_environment_007_PsDELPH1.Signature.Public_key_hash.t;period : Voting_period.t;proposals : Tezos_protocol_environment_007_PsDELPH1.Protocol_hash.t list;} -> Kind.proposals contents| Ballot : {source : Tezos_protocol_environment_007_PsDELPH1.Signature.Public_key_hash.t;period : Voting_period.t;proposal : Tezos_protocol_environment_007_PsDELPH1.Protocol_hash.t;ballot : Vote.ballot;} -> Kind.ballot contents| Manager_operation : {source : Tezos_protocol_environment_007_PsDELPH1.Signature.Public_key_hash.t;fee : Tez.tez;counter : counter;operation : 'kind manager_operation;gas_limit : Gas.Arith.integral;storage_limit : Tezos_protocol_environment_007_PsDELPH1.Z.t;} -> 'kind Kind.manager contentsand _ manager_operation = | Reveal : Tezos_protocol_environment_007_PsDELPH1.Signature.Public_key.t ->
Kind.reveal
manager_operation| Transaction : {amount : Tez.tez;parameters : Script.lazy_expr;entrypoint : string;destination : Contract.contract;} -> Kind.transaction manager_operation| Origination : {delegate : Tezos_protocol_environment_007_PsDELPH1.Signature.Public_key_hash.t
option;script : Script.t;credit : Tez.tez;preorigination : Contract.t option;} -> Kind.origination manager_operation| Delegation : Tezos_protocol_environment_007_PsDELPH1.Signature.Public_key_hash.t
option -> Kind.delegation manager_operationand counter = Tezos_protocol_environment_007_PsDELPH1.Z.ttype 'kind internal_operation = {source : Contract.contract;operation : 'kind manager_operation;nonce : int;}type packed_operation = {shell : Tezos_protocol_environment_007_PsDELPH1.Operation.shell_header;protocol_data : packed_protocol_data;}type packed_internal_operation = | Internal_operation : 'kind internal_operation -> packed_internal_operationval manager_kind : 'kind manager_operation -> 'kind Kind.managermodule Fees : sig ... endmodule Operation : sig ... endmodule Roll : sig ... endmodule Commitment : sig ... endmodule Bootstrap : sig ... endmodule Global : sig ... endval prepare_first_block :
Tezos_protocol_environment_007_PsDELPH1.Context.t ->
typecheck:
(context ->
Script.t ->
((Script.t * Contract.big_map_diff option) * context)
Tezos_protocol_environment_007_PsDELPH1.Error_monad.tzresult
Tezos_protocol_environment_007_PsDELPH1.Lwt.t) ->
level:Tezos_protocol_environment_007_PsDELPH1.Int32.t ->
timestamp:Tezos_protocol_environment_007_PsDELPH1.Time.t ->
fitness:Fitness.t ->
context Tezos_protocol_environment_007_PsDELPH1.Error_monad.tzresult
Tezos_protocol_environment_007_PsDELPH1.Lwt.tval prepare :
Tezos_protocol_environment_007_PsDELPH1.Context.t ->
level:Tezos_protocol_environment_007_PsDELPH1.Int32.t ->
predecessor_timestamp:Tezos_protocol_environment_007_PsDELPH1.Time.t ->
timestamp:Tezos_protocol_environment_007_PsDELPH1.Time.t ->
fitness:Fitness.t ->
context Tezos_protocol_environment_007_PsDELPH1.Error_monad.tzresult
Tezos_protocol_environment_007_PsDELPH1.Lwt.tval finalize :
?commit_message:string ->
context ->
Tezos_protocol_environment_007_PsDELPH1.Updater.validation_resultval record_endorsement :
context ->
Tezos_protocol_environment_007_PsDELPH1.Signature.Public_key_hash.t ->
contextval allowed_endorsements :
context ->
(Tezos_protocol_environment_007_PsDELPH1.Signature.Public_key.t
* int list
* bool)
Tezos_protocol_environment_007_PsDELPH1.Signature.Public_key_hash.Map.tval init_endorsements :
context ->
(Tezos_protocol_environment_007_PsDELPH1.Signature.Public_key.t
* int list
* bool)
Tezos_protocol_environment_007_PsDELPH1.Signature.Public_key_hash.Map.t ->
contextval included_endorsements : context -> intval fresh_internal_nonce :
context ->
(context * int) Tezos_protocol_environment_007_PsDELPH1.Error_monad.tzresultval internal_nonce_already_recorded : context -> int -> boolval add_fees :
context ->
Tez.t ->
context Tezos_protocol_environment_007_PsDELPH1.Error_monad.tzresultval add_rewards :
context ->
Tez.t ->
context Tezos_protocol_environment_007_PsDELPH1.Error_monad.tzresultval get_deposits :
context ->
Tez.t Tezos_protocol_environment_007_PsDELPH1.Signature.Public_key_hash.Map.tval description : context Storage_description.t