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