Mavryk_benchmark_001_PtAtLas.Michelson_samplers_base
Samplers for basic Michelson values (not including pairs, ors, tickets, big maps, etc)
type parameters = {
int_size : Mavryk_benchmark.Base_samplers.range;
The range of the size, measured in bytes, in which big integers must be sampled.
*)string_size : Mavryk_benchmark.Base_samplers.range;
The range of the size, measured in bytes, in which strings must be sampled.
*)bytes_size : Mavryk_benchmark.Base_samplers.range;
The range of the size, measured in bytes, in which bytes
must be sampled.
}
Parameters for basic samplers
val parameters_encoding : parameters Data_encoding.t
Encoding for parameters
module type S = sig ... end
A module of type S
packs samplers used to construct basic Michelson values.