Up – network_pool » Network_pool » Priced_proof » Stable » V1 » Fieldsval proof :
( [< `Read | `Set_and_create ] , 'proof t , 'proof0 )
Fieldslib .Field.t_with_perm
val iter :
proof:
( ( [< `Read | `Set_and_create ] , 'a t , 'a ) Fieldslib .Field.t_with_perm ->
unit ) ->
fee:
( ( [< `Read | `Set_and_create ] ,
'b t ,
Mina_base.Fee_with_prover.Stable.V1.t )
Fieldslib .Field.t_with_perm ->
unit ) ->
unit
val fold :
init:'a ->
proof:
( 'b ->
( [< `Read | `Set_and_create ] , 'c t , 'c ) Fieldslib .Field.t_with_perm ->
'd ) ->
fee:
( 'e ->
( [< `Read | `Set_and_create ] ,
'f t ,
Mina_base.Fee_with_prover.Stable.V1.t )
Fieldslib .Field.t_with_perm ->
'g ) ->
'h
val map_poly :
( [< `Read | `Set_and_create ] , 'a t , 'b ) Fieldslib .Field.user ->
'c list
val for_all :
proof:
( ( [< `Read | `Set_and_create ] , 'a t , 'a ) Fieldslib .Field.t_with_perm ->
bool ) ->
fee:
( ( [< `Read | `Set_and_create ] ,
'b t ,
Mina_base.Fee_with_prover.Stable.V1.t )
Fieldslib .Field.t_with_perm ->
bool ) ->
bool
val exists :
proof:
( ( [< `Read | `Set_and_create ] , 'a t , 'a ) Fieldslib .Field.t_with_perm ->
bool ) ->
fee:
( ( [< `Read | `Set_and_create ] ,
'b t ,
Mina_base.Fee_with_prover.Stable.V1.t )
Fieldslib .Field.t_with_perm ->
bool ) ->
bool
val to_list :
proof:
( ( [< `Read | `Set_and_create ] , 'a t , 'a ) Fieldslib .Field.t_with_perm ->
'b ) ->
fee:
( ( [< `Read | `Set_and_create ] ,
'c t ,
Mina_base.Fee_with_prover.Stable.V1.t )
Fieldslib .Field.t_with_perm ->
'd ) ->
'e list