Module Fields.Direct

val iter : t -> node_id: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> 'a ) -> blocks: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Block.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> t -> Event_type.Gossip.Block.r Set.t By_direction.t -> 'b ) -> transactions: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Transactions.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> t -> Event_type.Gossip.Transactions.r Set.t By_direction.t -> 'c ) -> snark_work: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Snark_work.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> t -> Event_type.Gossip.Snark_work.r Set.t By_direction.t -> 'd ) -> 'e
val fold : t -> init:'a -> node_id: ( 'b -> ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> 'c ) -> blocks: ( 'd -> ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Block.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> t -> Event_type.Gossip.Block.r Set.t By_direction.t -> 'e ) -> transactions: ( 'f -> ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Transactions.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> t -> Event_type.Gossip.Transactions.r Set.t By_direction.t -> 'g ) -> snark_work: ( 'h -> ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Snark_work.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> t -> Event_type.Gossip.Snark_work.r Set.t By_direction.t -> 'i ) -> 'j
val for_all : t -> node_id: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> bool ) -> blocks: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Block.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> t -> Event_type.Gossip.Block.r Set.t By_direction.t -> bool ) -> transactions: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Transactions.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> t -> Event_type.Gossip.Transactions.r Set.t By_direction.t -> bool ) -> snark_work: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Snark_work.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> t -> Event_type.Gossip.Snark_work.r Set.t By_direction.t -> bool ) -> bool
val exists : t -> node_id: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> bool ) -> blocks: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Block.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> t -> Event_type.Gossip.Block.r Set.t By_direction.t -> bool ) -> transactions: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Transactions.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> t -> Event_type.Gossip.Transactions.r Set.t By_direction.t -> bool ) -> snark_work: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Snark_work.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> t -> Event_type.Gossip.Snark_work.r Set.t By_direction.t -> bool ) -> bool
val to_list : t -> node_id: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> 'a ) -> blocks: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Block.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> t -> Event_type.Gossip.Block.r Set.t By_direction.t -> 'b ) -> transactions: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Transactions.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> t -> Event_type.Gossip.Transactions.r Set.t By_direction.t -> 'c ) -> snark_work: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Snark_work.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> t -> Event_type.Gossip.Snark_work.r Set.t By_direction.t -> 'd ) -> 'e list
val map : t -> node_id: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> string ) -> blocks: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Block.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> t -> Event_type.Gossip.Block.r Set.t By_direction.t -> Event_type.Gossip.Block.r Set.t By_direction.t ) -> transactions: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Transactions.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> t -> Event_type.Gossip.Transactions.r Set.t By_direction.t -> Event_type.Gossip.Transactions.r Set.t By_direction.t ) -> snark_work: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Snark_work.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> t -> Event_type.Gossip.Snark_work.r Set.t By_direction.t -> Event_type.Gossip.Snark_work.r Set.t By_direction.t ) -> t
val set_all_mutable_fields : 'a -> unit