Module Block_and_zkapp_command.Fields
val failure_reasons_ids :
( [< `Read | `Set_and_create ], t, int array option )
Fieldslib.Field.t_with_perm
val status :
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val sequence_no :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val zkapp_command_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val block_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val make_creator :
block_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'a ->
( 'b -> int ) * 'c ) ->
zkapp_command_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'd ->
( 'e -> int ) * 'f ) ->
sequence_no:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'g ->
( 'h -> int ) * 'i ) ->
status:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'j ->
( 'k -> string ) * 'l ) ->
failure_reasons_ids:
( ( [< `Read | `Set_and_create ], t, int array option )
Fieldslib.Field.t_with_perm ->
'm ->
( 'n -> int array option ) * 'o ) ->
'p ->
( 'q -> t ) * 'r
val create :
block_id:int ->
zkapp_command_id:int ->
sequence_no:int ->
status:string ->
failure_reasons_ids:int array option ->
t
val map :
block_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
zkapp_command_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
sequence_no:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
status:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
string ) ->
failure_reasons_ids:
( ( [< `Read | `Set_and_create ], t, int array option )
Fieldslib.Field.t_with_perm ->
int array option ) ->
t
val iter :
block_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
zkapp_command_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
sequence_no:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
status:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
unit ) ->
failure_reasons_ids:
( ( [< `Read | `Set_and_create ], t, int array option )
Fieldslib.Field.t_with_perm ->
unit ) ->
unit
val fold :
init:'a ->
block_id:
( 'b ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'c ) ->
zkapp_command_id:
( 'd ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'e ) ->
sequence_no:
( 'f ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'g ) ->
status:
( 'h ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'i ) ->
failure_reasons_ids:
( 'j ->
( [< `Read | `Set_and_create ], t, int array option )
Fieldslib.Field.t_with_perm ->
'k ) ->
'l
val map_poly :
( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user ->
'b list
val for_all :
block_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
zkapp_command_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
sequence_no:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
status:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
failure_reasons_ids:
( ( [< `Read | `Set_and_create ], t, int array option )
Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val exists :
block_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
zkapp_command_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
sequence_no:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
status:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
failure_reasons_ids:
( ( [< `Read | `Set_and_create ], t, int array option )
Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val to_list :
block_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'a ) ->
zkapp_command_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'b ) ->
sequence_no:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'c ) ->
status:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'd ) ->
failure_reasons_ids:
( ( [< `Read | `Set_and_create ], t, int array option )
Fieldslib.Field.t_with_perm ->
'e ) ->
'f list