Module Gossip_state.Fields

val names : string list
val snark_work : ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Snark_work.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm
val transactions : ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Transactions.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm
val blocks : ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Block.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm
val node_id : ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val make_creator : node_id: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'a -> ( 'b -> string ) * 'c ) -> blocks: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Block.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> 'd -> ( 'e -> Event_type.Gossip.Block.r Set.t By_direction.t ) * 'f ) -> transactions: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Transactions.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> 'g -> ( 'h -> Event_type.Gossip.Transactions.r Set.t By_direction.t ) * 'i ) -> snark_work: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Snark_work.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> 'j -> ( 'k -> Event_type.Gossip.Snark_work.r Set.t By_direction.t ) * 'l ) -> 'm -> ( 'n -> t ) * 'o
val map : node_id: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> string ) -> blocks: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Block.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> 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 -> 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 -> Event_type.Gossip.Snark_work.r Set.t By_direction.t ) -> t
val iter : node_id: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> unit ) -> blocks: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Block.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> unit ) -> transactions: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Transactions.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> unit ) -> snark_work: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Snark_work.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> unit ) -> unit
val fold : init:'a -> node_id: ( 'b -> ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'c ) -> blocks: ( 'd -> ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Block.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> 'e ) -> transactions: ( 'f -> ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Transactions.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> '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 -> 'i ) -> 'j
val map_poly : ( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user -> 'b list
val for_all : node_id: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> blocks: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Block.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> bool ) -> transactions: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Transactions.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> bool ) -> snark_work: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Snark_work.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val exists : node_id: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> blocks: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Block.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> bool ) -> transactions: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Transactions.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> bool ) -> snark_work: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Snark_work.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val to_list : node_id: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'a ) -> blocks: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Block.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> 'b ) -> transactions: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Transactions.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> 'c ) -> snark_work: ( ( [< `Read | `Set_and_create ], t, Event_type.Gossip.Snark_work.r Set.t By_direction.t ) Fieldslib.Field.t_with_perm -> 'd ) -> 'e list
module Direct : sig ... end