Module Ledger.Fields

val names : string list
val add_genesis_winner : ( [< `Read | `Set_and_create ], t, bool option ) Fieldslib.Field.t_with_perm
val name : ( [< `Read | `Set_and_create ], t, string option ) Fieldslib.Field.t_with_perm
val hash : ( [< `Read | `Set_and_create ], t, string option ) Fieldslib.Field.t_with_perm
val balances : ( [< `Read | `Set_and_create ], t, Balance_spec.t list ) Fieldslib.Field.t_with_perm
val num_accounts : ( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm
val accounts : ( [< `Read | `Set_and_create ], t, Accounts.t option ) Fieldslib.Field.t_with_perm
val make_creator : accounts: ( ( [< `Read | `Set_and_create ], t, Accounts.t option ) Fieldslib.Field.t_with_perm -> 'a -> ( 'b -> Accounts.t option ) * 'c ) -> num_accounts: ( ( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm -> 'd -> ( 'e -> int option ) * 'f ) -> balances: ( ( [< `Read | `Set_and_create ], t, Balance_spec.t list ) Fieldslib.Field.t_with_perm -> 'g -> ( 'h -> Balance_spec.t list ) * 'i ) -> hash: ( ( [< `Read | `Set_and_create ], t, string option ) Fieldslib.Field.t_with_perm -> 'j -> ( 'k -> string option ) * 'l ) -> name: ( ( [< `Read | `Set_and_create ], t, string option ) Fieldslib.Field.t_with_perm -> 'm -> ( 'n -> string option ) * 'o ) -> add_genesis_winner: ( ( [< `Read | `Set_and_create ], t, bool option ) Fieldslib.Field.t_with_perm -> 'p -> ( 'q -> bool option ) * 'r ) -> 's -> ( 't -> t ) * 'u
val create : accounts:Accounts.t option -> num_accounts:int option -> balances:Balance_spec.t list -> hash:string option -> name:string option -> add_genesis_winner:bool option -> t
val map : accounts: ( ( [< `Read | `Set_and_create ], t, Accounts.t option ) Fieldslib.Field.t_with_perm -> Accounts.t option ) -> num_accounts: ( ( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm -> int option ) -> balances: ( ( [< `Read | `Set_and_create ], t, Balance_spec.t list ) Fieldslib.Field.t_with_perm -> Balance_spec.t list ) -> hash: ( ( [< `Read | `Set_and_create ], t, string option ) Fieldslib.Field.t_with_perm -> string option ) -> name: ( ( [< `Read | `Set_and_create ], t, string option ) Fieldslib.Field.t_with_perm -> string option ) -> add_genesis_winner: ( ( [< `Read | `Set_and_create ], t, bool option ) Fieldslib.Field.t_with_perm -> bool option ) -> t
val iter : accounts: ( ( [< `Read | `Set_and_create ], t, Accounts.t option ) Fieldslib.Field.t_with_perm -> unit ) -> num_accounts: ( ( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm -> unit ) -> balances: ( ( [< `Read | `Set_and_create ], t, Balance_spec.t list ) Fieldslib.Field.t_with_perm -> unit ) -> hash: ( ( [< `Read | `Set_and_create ], t, string option ) Fieldslib.Field.t_with_perm -> unit ) -> name: ( ( [< `Read | `Set_and_create ], t, string option ) Fieldslib.Field.t_with_perm -> unit ) -> add_genesis_winner: ( ( [< `Read | `Set_and_create ], t, bool option ) Fieldslib.Field.t_with_perm -> unit ) -> unit
val fold : init:'a -> accounts: ( 'b -> ( [< `Read | `Set_and_create ], t, Accounts.t option ) Fieldslib.Field.t_with_perm -> 'c ) -> num_accounts: ( 'd -> ( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm -> 'e ) -> balances: ( 'f -> ( [< `Read | `Set_and_create ], t, Balance_spec.t list ) Fieldslib.Field.t_with_perm -> 'g ) -> hash: ( 'h -> ( [< `Read | `Set_and_create ], t, string option ) Fieldslib.Field.t_with_perm -> 'i ) -> name: ( 'j -> ( [< `Read | `Set_and_create ], t, string option ) Fieldslib.Field.t_with_perm -> 'k ) -> add_genesis_winner: ( 'l -> ( [< `Read | `Set_and_create ], t, bool option ) Fieldslib.Field.t_with_perm -> 'm ) -> 'n
val map_poly : ( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user -> 'b list
val for_all : accounts: ( ( [< `Read | `Set_and_create ], t, Accounts.t option ) Fieldslib.Field.t_with_perm -> bool ) -> num_accounts: ( ( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm -> bool ) -> balances: ( ( [< `Read | `Set_and_create ], t, Balance_spec.t list ) Fieldslib.Field.t_with_perm -> bool ) -> hash: ( ( [< `Read | `Set_and_create ], t, string option ) Fieldslib.Field.t_with_perm -> bool ) -> name: ( ( [< `Read | `Set_and_create ], t, string option ) Fieldslib.Field.t_with_perm -> bool ) -> add_genesis_winner: ( ( [< `Read | `Set_and_create ], t, bool option ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val exists : accounts: ( ( [< `Read | `Set_and_create ], t, Accounts.t option ) Fieldslib.Field.t_with_perm -> bool ) -> num_accounts: ( ( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm -> bool ) -> balances: ( ( [< `Read | `Set_and_create ], t, Balance_spec.t list ) Fieldslib.Field.t_with_perm -> bool ) -> hash: ( ( [< `Read | `Set_and_create ], t, string option ) Fieldslib.Field.t_with_perm -> bool ) -> name: ( ( [< `Read | `Set_and_create ], t, string option ) Fieldslib.Field.t_with_perm -> bool ) -> add_genesis_winner: ( ( [< `Read | `Set_and_create ], t, bool option ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val to_list : accounts: ( ( [< `Read | `Set_and_create ], t, Accounts.t option ) Fieldslib.Field.t_with_perm -> 'a ) -> num_accounts: ( ( [< `Read | `Set_and_create ], t, int option ) Fieldslib.Field.t_with_perm -> 'b ) -> balances: ( ( [< `Read | `Set_and_create ], t, Balance_spec.t list ) Fieldslib.Field.t_with_perm -> 'c ) -> hash: ( ( [< `Read | `Set_and_create ], t, string option ) Fieldslib.Field.t_with_perm -> 'd ) -> name: ( ( [< `Read | `Set_and_create ], t, string option ) Fieldslib.Field.t_with_perm -> 'e ) -> add_genesis_winner: ( ( [< `Read | `Set_and_create ], t, bool option ) Fieldslib.Field.t_with_perm -> 'f ) -> 'g list
module Direct : sig ... end