val iter :
t ->
command_type:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'a ) ->
fee_payer_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'b ) ->
source_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'c ) ->
receiver_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'd ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
'e ) ->
amount:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
t ->
string option ->
'f ) ->
fee:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'g ) ->
valid_until:
( ( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
t ->
int64 option ->
'h ) ->
memo:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'i ) ->
hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'j ) ->
'k
val fold :
t ->
init:'a ->
command_type:
( 'b ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'c ) ->
fee_payer_id:
( 'd ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'e ) ->
source_id:
( 'f ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'g ) ->
receiver_id:
( 'h ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'i ) ->
nonce:
( 'j ->
( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
'k ) ->
amount:
( 'l ->
( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
t ->
string option ->
'm ) ->
fee:
( 'n ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'o ) ->
valid_until:
( 'p ->
( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
t ->
int64 option ->
'q ) ->
memo:
( 'r ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
's ) ->
hash:
( 't ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'u ) ->
'v
val for_all :
t ->
command_type:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
fee_payer_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
source_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
receiver_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
bool ) ->
amount:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
t ->
string option ->
bool ) ->
fee:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
valid_until:
( ( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
t ->
int64 option ->
bool ) ->
memo:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
bool
val exists :
t ->
command_type:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
fee_payer_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
source_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
receiver_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
bool ) ->
amount:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
t ->
string option ->
bool ) ->
fee:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
valid_until:
( ( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
t ->
int64 option ->
bool ) ->
memo:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
bool
val to_list :
t ->
command_type:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'a ) ->
fee_payer_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'b ) ->
source_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'c ) ->
receiver_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'd ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
'e ) ->
amount:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
t ->
string option ->
'f ) ->
fee:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'g ) ->
valid_until:
( ( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
t ->
int64 option ->
'h ) ->
memo:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'i ) ->
hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'j ) ->
'k list
val map :
t ->
command_type:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
string ) ->
fee_payer_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
int ) ->
source_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
int ) ->
receiver_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
int ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
int64 ) ->
amount:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
t ->
string option ->
string option ) ->
fee:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
string ) ->
valid_until:
( ( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
t ->
int64 option ->
int64 option ) ->
memo:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
string ) ->
hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
string ) ->
t
val set_all_mutable_fields : 'a -> unit