Module Fee_payer.Fields

val names : string list
val authorization : ( [< `Read | `Set_and_create ], t, Signature.t ) Fieldslib.Field.t_with_perm
val body : ( [< `Read | `Set_and_create ], t, Body.Fee_payer.t ) Fieldslib.Field.t_with_perm
val make_creator : body: ( ( [< `Read | `Set_and_create ], t, Body.Fee_payer.t ) Fieldslib.Field.t_with_perm -> 'a -> ( 'b -> Body.Fee_payer.t ) * 'c ) -> authorization: ( ( [< `Read | `Set_and_create ], t, Signature.t ) Fieldslib.Field.t_with_perm -> 'd -> ( 'e -> Signature.t ) * 'f ) -> 'g -> ( 'h -> t ) * 'i
val create : body:Body.Fee_payer.t -> authorization:Signature.t -> t
val map : body: ( ( [< `Read | `Set_and_create ], t, Body.Fee_payer.t ) Fieldslib.Field.t_with_perm -> Body.Fee_payer.t ) -> authorization: ( ( [< `Read | `Set_and_create ], t, Signature.t ) Fieldslib.Field.t_with_perm -> Signature.t ) -> t
val iter : body: ( ( [< `Read | `Set_and_create ], t, Body.Fee_payer.t ) Fieldslib.Field.t_with_perm -> unit ) -> authorization: ( ( [< `Read | `Set_and_create ], t, Signature.t ) Fieldslib.Field.t_with_perm -> unit ) -> unit
val fold : init:'a -> body: ( 'b -> ( [< `Read | `Set_and_create ], t, Body.Fee_payer.t ) Fieldslib.Field.t_with_perm -> 'c ) -> authorization: ( 'd -> ( [< `Read | `Set_and_create ], t, Signature.t ) Fieldslib.Field.t_with_perm -> 'e ) -> 'f
val map_poly : ( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user -> 'b list
val for_all : body: ( ( [< `Read | `Set_and_create ], t, Body.Fee_payer.t ) Fieldslib.Field.t_with_perm -> bool ) -> authorization: ( ( [< `Read | `Set_and_create ], t, Signature.t ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val exists : body: ( ( [< `Read | `Set_and_create ], t, Body.Fee_payer.t ) Fieldslib.Field.t_with_perm -> bool ) -> authorization: ( ( [< `Read | `Set_and_create ], t, Signature.t ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val to_list : body: ( ( [< `Read | `Set_and_create ], t, Body.Fee_payer.t ) Fieldslib.Field.t_with_perm -> 'a ) -> authorization: ( ( [< `Read | `Set_and_create ], t, Signature.t ) Fieldslib.Field.t_with_perm -> 'b ) -> 'c list
module Direct : sig ... end