Resource_pool.Configtype t = {trust_system : Trust_system.t; |
pool_max_size : int; |
verifier : Verifier.t; |
genesis_constants : Genesis_constants.t; |
}val make :
trust_system:Trust_system.t ->
pool_max_size:int ->
verifier:Verifier.t ->
genesis_constants:Genesis_constants.t ->
tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t