package octez-proto-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file tezos_protocol_environment_structs.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
module V0 = struct
  module S = V0_s
  module Option = V0_option
  module MBytes = V0_mBytes
  module Blake2B = V0_blake2B
  module Ed25519 = V0_ed25519
  module Secp256k1 = V0_secp256k1
  module P256 = V0_p256
  module Signature = V0_signature
  module Chain_id = V0_chain_id
  module Block_hash = V0_block_hash
  module Operation_hash = V0_operation_hash
  module Operation_list_hash = V0_operation_list_hash
  module Operation_list_list_hash = V0_operation_list_list_hash
  module Protocol_hash = V0_protocol_hash
  module Context_hash = V0_context_hash
  module Error_monad_traversors = V0_error_monad_traversors
  module Data_encoding = V0_data_encoding
  module Error_monad_infix_globals = V0_error_monad_infix_globals
  module Error_monad_trace_eval = V0_error_monad_trace_eval
  module RPC_directory = V0_RPC_directory
  module Legacy_logging = V0_legacy_logging
end

module V1 = struct
  module S = V0_s
  module Blake2B = V0_blake2B
  module Ed25519 = V0_ed25519
  module Secp256k1 = V0_secp256k1
  module P256 = V0_p256
  module Signature = V0_signature
  module Chain_id = V0_chain_id
  module Block_hash = V0_block_hash
  module Operation_hash = V0_operation_hash
  module Operation_list_hash = V0_operation_list_hash
  module Operation_list_list_hash = V0_operation_list_list_hash
  module Protocol_hash = V0_protocol_hash
  module Context_hash = V0_context_hash
  module Error_monad_traversors = V0_error_monad_traversors
  module Data_encoding = V0_data_encoding
  module Option = V1_option
  module Bls12_381 = V1_bls12_381
  module Error_monad_preallocated_values = V1_error_monad_preallocated_values
  module Hex = V1_hex
  module Error_monad_infix_globals = V0_error_monad_infix_globals
  module Error_monad_trace_eval = V0_error_monad_trace_eval
  module RPC_directory = V0_RPC_directory
  module Legacy_logging = V0_legacy_logging
end

module V2 = struct
  module S = V0_s
  module Blake2B = V0_blake2B
  module Ed25519 = V0_ed25519
  module Secp256k1 = V0_secp256k1
  module P256 = V0_p256
  module Signature = V0_signature
  module Chain_id = V0_chain_id
  module Block_hash = V0_block_hash
  module Operation_hash = V0_operation_hash
  module Operation_list_hash = V0_operation_list_hash
  module Operation_list_list_hash = V0_operation_list_list_hash
  module Protocol_hash = V0_protocol_hash
  module Context_hash = V0_context_hash
  module Error_monad_traversors = V0_error_monad_traversors
  module Data_encoding = V0_data_encoding
  module Bls12_381 = V1_bls12_381
  module Error_monad_preallocated_values = V1_error_monad_preallocated_values
  module Hex = V1_hex
  module Error_monad_infix_globals = V0_error_monad_infix_globals
  module Error_monad_trace_eval = V0_error_monad_trace_eval
  module RPC_directory = V0_RPC_directory
  module Legacy_logging = V0_legacy_logging
end

module V3 = struct
  module Data_encoding = V3_data_encoding
  module Replicated_signatures = V3_replicated_signatures
  module Lwtreslib_list_combine = V3_lwtreslib_list_combine
  module Bls12_381 = V1_bls12_381
  module Error_monad_preallocated_values = V1_error_monad_preallocated_values
  module Hex = V1_hex
  module Error_monad_infix_globals = V0_error_monad_infix_globals
  module Error_monad_trace_eval = V0_error_monad_trace_eval
  module RPC_directory = V0_RPC_directory
  module Seq = V3_seq_monad
end

module V4 = struct
  module Data_encoding = V3_data_encoding
  module Replicated_signatures = V3_replicated_signatures
  module Lwtreslib_list_combine = V3_lwtreslib_list_combine
  module Error_monad_infix_globals = V0_error_monad_infix_globals
  module RPC_directory = V0_RPC_directory
  module Seq = V3_seq_monad
end

module V5 = struct
  module Data_encoding = V5_data_encoding
  module Error_monad_infix_globals = V0_error_monad_infix_globals
  module Bounded = V5_bounded
  module RPC_directory = V0_RPC_directory
  module Seq = V3_seq_monad
end

module V6 = struct
  module Data_encoding = V5_data_encoding
  module Error_monad_infix_globals = V0_error_monad_infix_globals
  module Bounded = V5_bounded
  module RPC_directory = V0_RPC_directory
  module Seq = V3_seq_monad
end

module V7 = struct
  module Data_encoding = V5_data_encoding
  module Error_monad_infix_globals = V0_error_monad_infix_globals
  module Array = V7_array
  module Plonk = V7_plonk
  module Seq = V3_seq_monad
end

module V8 = struct
  module Data_encoding = V8_data_encoding
  module Error_monad_infix_globals = V0_error_monad_infix_globals
  module Array = V7_array
  module Plonk = V8_plonk
  module Seq = V3_seq_monad
end

module V9 = struct
  module Data_encoding = V8_data_encoding
  module Error_monad_infix_globals = V0_error_monad_infix_globals
  module Array = V7_array
  module Plonk = V8_plonk
  module Seq = V9_seq_monad
end

module V10 = V9
module V11 = V10
module V12 = V11
OCaml

Innovation. Community. Security.