Resource_pool.Config
type 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 ->
t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t