Module Reader.GatingConfig

type struct_t = [
| `GatingConfig_e1202e2bb52d45e6
]
val has_banned_ips : t -> bool
val banned_ips_get : t -> ( Capnp.Message.ro, string, array_t ) Capnp.Array.t
val banned_ips_get_list : t -> string list
val banned_ips_get_array : t -> string array
val has_banned_peer_ids : t -> bool
val banned_peer_ids_get : t -> ( Capnp.Message.ro, 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 has_trusted_ips : t -> bool
val trusted_ips_get : t -> ( Capnp.Message.ro, string, array_t ) Capnp.Array.t
val trusted_ips_get_list : t -> string list
val trusted_ips_get_array : t -> string array
val has_trusted_peer_ids : t -> bool
val trusted_peer_ids_get : t -> ( Capnp.Message.ro, 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 isolate_get : t -> bool
val of_message : 'cap message_t -> t
val of_builder : struct_t builder_t -> t