Module Builder.GatingConfig

type struct_t = [
| `GatingConfig_e1202e2bb52d45e6
]
val has_banned_ips : t -> bool
val banned_ips_get : t -> ( Capnp.Message.rw, string, array_t ) Capnp.Array.t
val banned_ips_get_list : t -> string list
val banned_ips_get_array : t -> string array
val banned_ips_set : t -> ( Capnp.Message.rw, string, array_t ) Capnp.Array.t -> ( Capnp.Message.rw, string, array_t ) Capnp.Array.t
val banned_ips_set_list : t -> string list -> ( Capnp.Message.rw, string, array_t ) Capnp.Array.t
val banned_ips_set_array : t -> string array -> ( Capnp.Message.rw, string, array_t ) Capnp.Array.t
val banned_ips_init : t -> int -> ( Capnp.Message.rw, string, array_t ) Capnp.Array.t
val has_banned_peer_ids : t -> bool
val banned_peer_ids_get : t -> ( Capnp.Message.rw, PeerId.t, array_t ) Capnp.Array.t
val banned_peer_ids_get_list : t -> PeerId.t list
val banned_peer_ids_get_array : t -> PeerId.t array
val banned_peer_ids_set : t -> ( Capnp.Message.rw, PeerId.t, array_t ) Capnp.Array.t -> ( Capnp.Message.rw, PeerId.t, array_t ) Capnp.Array.t
val banned_peer_ids_set_list : t -> PeerId.t list -> ( Capnp.Message.rw, PeerId.t, array_t ) Capnp.Array.t
val banned_peer_ids_set_array : t -> PeerId.t array -> ( Capnp.Message.rw, PeerId.t, array_t ) Capnp.Array.t
val banned_peer_ids_init : t -> int -> ( Capnp.Message.rw, PeerId.t, array_t ) Capnp.Array.t
val has_trusted_ips : t -> bool
val trusted_ips_get : t -> ( Capnp.Message.rw, string, array_t ) Capnp.Array.t
val trusted_ips_get_list : t -> string list
val trusted_ips_get_array : t -> string array
val trusted_ips_set : t -> ( Capnp.Message.rw, string, array_t ) Capnp.Array.t -> ( Capnp.Message.rw, string, array_t ) Capnp.Array.t
val trusted_ips_set_list : t -> string list -> ( Capnp.Message.rw, string, array_t ) Capnp.Array.t
val trusted_ips_set_array : t -> string array -> ( Capnp.Message.rw, string, array_t ) Capnp.Array.t
val trusted_ips_init : t -> int -> ( Capnp.Message.rw, string, array_t ) Capnp.Array.t
val has_trusted_peer_ids : t -> bool
val trusted_peer_ids_get : t -> ( Capnp.Message.rw, PeerId.t, array_t ) Capnp.Array.t
val trusted_peer_ids_get_list : t -> PeerId.t list
val trusted_peer_ids_get_array : t -> PeerId.t array
val trusted_peer_ids_set : t -> ( Capnp.Message.rw, PeerId.t, array_t ) Capnp.Array.t -> ( Capnp.Message.rw, PeerId.t, array_t ) Capnp.Array.t
val trusted_peer_ids_set_list : t -> PeerId.t list -> ( Capnp.Message.rw, PeerId.t, array_t ) Capnp.Array.t
val trusted_peer_ids_set_array : t -> PeerId.t array -> ( Capnp.Message.rw, PeerId.t, array_t ) Capnp.Array.t
val trusted_peer_ids_init : t -> int -> ( Capnp.Message.rw, PeerId.t, array_t ) Capnp.Array.t
val isolate_get : t -> bool
val isolate_set : t -> bool -> unit
val of_message : Capnp.Message.rw message_t -> t
val to_message : t -> Capnp.Message.rw message_t
val to_reader : t -> struct_t reader_t
val init_root : ?message_size:int -> unit -> t
val init_pointer : pointer_t -> t