Module T.Fields

val names : string list
val memo : ( [< `Read | `Set_and_create ], t, Signed_command_memo.t ) Fieldslib.Field.t_with_perm
val account_updates : ( [< `Read | `Set_and_create ], t, ( Account_update.t, Digest.Account_update.t, Digest.Forest.t ) Call_forest.t ) Fieldslib.Field.t_with_perm
val fee_payer : ( [< `Read | `Set_and_create ], t, Account_update.Fee_payer.t ) Fieldslib.Field.t_with_perm
val make_creator : fee_payer: ( ( [< `Read | `Set_and_create ], t, Account_update.Fee_payer.t ) Fieldslib.Field.t_with_perm -> 'a -> ( 'b -> Account_update.Fee_payer.t ) * 'c ) -> account_updates: ( ( [< `Read | `Set_and_create ], t, ( Account_update.t, Digest.Account_update.t, Digest.Forest.t ) Call_forest.t ) Fieldslib.Field.t_with_perm -> 'd -> ( 'e -> ( Account_update.t, Digest.Account_update.t, Digest.Forest.t ) Call_forest.t ) * 'f ) -> memo: ( ( [< `Read | `Set_and_create ], t, Signed_command_memo.t ) Fieldslib.Field.t_with_perm -> 'g -> ( 'h -> Signed_command_memo.t ) * 'i ) -> 'j -> ( 'k -> t ) * 'l
val map : fee_payer: ( ( [< `Read | `Set_and_create ], t, Account_update.Fee_payer.t ) Fieldslib.Field.t_with_perm -> Account_update.Fee_payer.t ) -> account_updates: ( ( [< `Read | `Set_and_create ], t, ( Account_update.t, Digest.Account_update.t, Digest.Forest.t ) Call_forest.t ) Fieldslib.Field.t_with_perm -> ( Account_update.t, Digest.Account_update.t, Digest.Forest.t ) Call_forest.t ) -> memo: ( ( [< `Read | `Set_and_create ], t, Signed_command_memo.t ) Fieldslib.Field.t_with_perm -> Signed_command_memo.t ) -> t
val iter : fee_payer: ( ( [< `Read | `Set_and_create ], t, Account_update.Fee_payer.t ) Fieldslib.Field.t_with_perm -> unit ) -> account_updates: ( ( [< `Read | `Set_and_create ], t, ( Account_update.t, Digest.Account_update.t, Digest.Forest.t ) Call_forest.t ) Fieldslib.Field.t_with_perm -> unit ) -> memo: ( ( [< `Read | `Set_and_create ], t, Signed_command_memo.t ) Fieldslib.Field.t_with_perm -> unit ) -> unit
val fold : init:'a -> fee_payer: ( 'b -> ( [< `Read | `Set_and_create ], t, Account_update.Fee_payer.t ) Fieldslib.Field.t_with_perm -> 'c ) -> account_updates: ( 'd -> ( [< `Read | `Set_and_create ], t, ( Account_update.t, Digest.Account_update.t, Digest.Forest.t ) Call_forest.t ) Fieldslib.Field.t_with_perm -> 'e ) -> memo: ( 'f -> ( [< `Read | `Set_and_create ], t, Signed_command_memo.t ) Fieldslib.Field.t_with_perm -> 'g ) -> 'h
val map_poly : ( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user -> 'b list
val for_all : fee_payer: ( ( [< `Read | `Set_and_create ], t, Account_update.Fee_payer.t ) Fieldslib.Field.t_with_perm -> bool ) -> account_updates: ( ( [< `Read | `Set_and_create ], t, ( Account_update.t, Digest.Account_update.t, Digest.Forest.t ) Call_forest.t ) Fieldslib.Field.t_with_perm -> bool ) -> memo: ( ( [< `Read | `Set_and_create ], t, Signed_command_memo.t ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val exists : fee_payer: ( ( [< `Read | `Set_and_create ], t, Account_update.Fee_payer.t ) Fieldslib.Field.t_with_perm -> bool ) -> account_updates: ( ( [< `Read | `Set_and_create ], t, ( Account_update.t, Digest.Account_update.t, Digest.Forest.t ) Call_forest.t ) Fieldslib.Field.t_with_perm -> bool ) -> memo: ( ( [< `Read | `Set_and_create ], t, Signed_command_memo.t ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val to_list : fee_payer: ( ( [< `Read | `Set_and_create ], t, Account_update.Fee_payer.t ) Fieldslib.Field.t_with_perm -> 'a ) -> account_updates: ( ( [< `Read | `Set_and_create ], t, ( Account_update.t, Digest.Account_update.t, Digest.Forest.t ) Call_forest.t ) Fieldslib.Field.t_with_perm -> 'b ) -> memo: ( ( [< `Read | `Set_and_create ], t, Signed_command_memo.t ) Fieldslib.Field.t_with_perm -> 'c ) -> 'd list
module Direct : sig ... end