Module Token_permissions.Fields
val disable_new_accounts :
( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm
val account_disabled :
( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm
val token_owned :
( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm
val make_creator :
token_owned:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
'a ->
( 'b -> bool ) * 'c ) ->
account_disabled:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
'd ->
( 'e -> bool ) * 'f ) ->
disable_new_accounts:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
'g ->
( 'h -> bool ) * 'i ) ->
'j ->
( 'k -> t ) * 'l
val create :
token_owned:bool ->
account_disabled:bool ->
disable_new_accounts:bool ->
t
val map :
token_owned:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
bool ) ->
account_disabled:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
bool ) ->
disable_new_accounts:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
bool ) ->
t
val iter :
token_owned:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
unit ) ->
account_disabled:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
unit ) ->
disable_new_accounts:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
unit ) ->
unit
val fold :
init:'a ->
token_owned:
( 'b ->
( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
'c ) ->
account_disabled:
( 'd ->
( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
'e ) ->
disable_new_accounts:
( 'f ->
( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
'g ) ->
'h
val map_poly :
( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user ->
'b list
val for_all :
token_owned:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
bool ) ->
account_disabled:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
bool ) ->
disable_new_accounts:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val exists :
token_owned:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
bool ) ->
account_disabled:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
bool ) ->
disable_new_accounts:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val to_list :
token_owned:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
'a ) ->
account_disabled:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
'b ) ->
disable_new_accounts:
( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm ->
'c ) ->
'd list