Module Accounts_created.Fields

val names : string list
val creation_fee : ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val account_identifier_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 ) -> account_identifier_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> 'd -> ( 'e -> int ) * 'f ) -> creation_fee: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'g -> ( 'h -> string ) * 'i ) -> 'j -> ( 'k -> t ) * 'l
val create : block_id:int -> account_identifier_id:int -> creation_fee:string -> t
val map : block_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> int ) -> account_identifier_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> int ) -> creation_fee: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> string ) -> t
val iter : block_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> unit ) -> account_identifier_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> unit ) -> creation_fee: ( ( [< `Read | `Set_and_create ], t, string ) 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 ) -> account_identifier_id: ( 'd -> ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> 'e ) -> creation_fee: ( 'f -> ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'g ) -> 'h
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 ) -> account_identifier_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> bool ) -> creation_fee: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val exists : block_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> bool ) -> account_identifier_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> bool ) -> creation_fee: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val to_list : block_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> 'a ) -> account_identifier_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> 'b ) -> creation_fee: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'c ) -> 'd list
module Direct : sig ... end