val iter :
t ->
account_identifier_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'a ) ->
fee:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'b ) ->
valid_until:
( ( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
t ->
int64 option ->
'c ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
'd ) ->
'e
val fold :
t ->
init:'a ->
account_identifier_id:
( 'b ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'c ) ->
fee:
( 'd ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'e ) ->
valid_until:
( 'f ->
( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
t ->
int64 option ->
'g ) ->
nonce:
( 'h ->
( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
'i ) ->
'j
val for_all :
t ->
account_identifier_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
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 ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
bool ) ->
bool
val exists :
t ->
account_identifier_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
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 ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
bool ) ->
bool
val to_list :
t ->
account_identifier_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'a ) ->
fee:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'b ) ->
valid_until:
( ( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
t ->
int64 option ->
'c ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
'd ) ->
'e list
val map :
t ->
account_identifier_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
int ) ->
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 ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
t ->
int64 ->
int64 ) ->
t
val set_all_mutable_fields : 'a -> unit