val next :
( [< `Read | `Set_and_create ], t, Data.t option )
Fieldslib.Field.t_with_perm
val staking :
( [< `Read | `Set_and_create ], t, Data.t ) Fieldslib.Field.t_with_perm
val make_creator :
staking:
( ( [< `Read | `Set_and_create ], t, Data.t ) Fieldslib.Field.t_with_perm ->
'a ->
( 'b -> Data.t ) * 'c ) ->
next:
( ( [< `Read | `Set_and_create ], t, Data.t option )
Fieldslib.Field.t_with_perm ->
'd ->
( 'e -> Data.t option ) * 'f ) ->
'g ->
( 'h -> t ) * 'i
val map :
staking:
( ( [< `Read | `Set_and_create ], t, Data.t ) Fieldslib.Field.t_with_perm ->
Data.t ) ->
next:
( ( [< `Read | `Set_and_create ], t, Data.t option )
Fieldslib.Field.t_with_perm ->
Data.t option ) ->
t
val iter :
staking:
( ( [< `Read | `Set_and_create ], t, Data.t ) Fieldslib.Field.t_with_perm ->
unit ) ->
next:
( ( [< `Read | `Set_and_create ], t, Data.t option )
Fieldslib.Field.t_with_perm ->
unit ) ->
unit
val fold :
init:'a ->
staking:
( 'b ->
( [< `Read | `Set_and_create ], t, Data.t ) Fieldslib.Field.t_with_perm ->
'c ) ->
next:
( 'd ->
( [< `Read | `Set_and_create ], t, Data.t option )
Fieldslib.Field.t_with_perm ->
'e ) ->
'f
val map_poly :
( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user ->
'b list
val for_all :
staking:
( ( [< `Read | `Set_and_create ], t, Data.t ) Fieldslib.Field.t_with_perm ->
bool ) ->
next:
( ( [< `Read | `Set_and_create ], t, Data.t option )
Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val exists :
staking:
( ( [< `Read | `Set_and_create ], t, Data.t ) Fieldslib.Field.t_with_perm ->
bool ) ->
next:
( ( [< `Read | `Set_and_create ], t, Data.t option )
Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val to_list :
staking:
( ( [< `Read | `Set_and_create ], t, Data.t ) Fieldslib.Field.t_with_perm ->
'a ) ->
next:
( ( [< `Read | `Set_and_create ], t, Data.t option )
Fieldslib.Field.t_with_perm ->
'b ) ->
'c list