Module Fields.Direct

val iter : t -> accounts: ( ( [< `Read | `Set_and_create ], t, Accounts.t ) Fieldslib.Field.t_with_perm -> t -> Accounts.t -> 'a ) -> seed: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> 'b ) -> 'c
val fold : t -> init:'a -> accounts: ( 'b -> ( [< `Read | `Set_and_create ], t, Accounts.t ) Fieldslib.Field.t_with_perm -> t -> Accounts.t -> 'c ) -> seed: ( 'd -> ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> 'e ) -> 'f
val for_all : t -> accounts: ( ( [< `Read | `Set_and_create ], t, Accounts.t ) Fieldslib.Field.t_with_perm -> t -> Accounts.t -> bool ) -> seed: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> bool ) -> bool
val exists : t -> accounts: ( ( [< `Read | `Set_and_create ], t, Accounts.t ) Fieldslib.Field.t_with_perm -> t -> Accounts.t -> bool ) -> seed: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> bool ) -> bool
val to_list : t -> accounts: ( ( [< `Read | `Set_and_create ], t, Accounts.t ) Fieldslib.Field.t_with_perm -> t -> Accounts.t -> 'a ) -> seed: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> 'b ) -> 'c list
val map : t -> accounts: ( ( [< `Read | `Set_and_create ], t, Accounts.t ) Fieldslib.Field.t_with_perm -> t -> Accounts.t -> Accounts.t ) -> seed: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> string ) -> t
val set_all_mutable_fields : 'a -> unit