Module Epoch_data.Fields

val names : string list
val epoch_length : ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm
val lock_checkpoint : ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val start_checkpoint : ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val total_currency : ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val ledger_hash_id : ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val seed : ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val make_creator : seed: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'a -> ( 'b -> string ) * 'c ) -> ledger_hash_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> 'd -> ( 'e -> int ) * 'f ) -> total_currency: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'g -> ( 'h -> string ) * 'i ) -> start_checkpoint: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'j -> ( 'k -> string ) * 'l ) -> lock_checkpoint: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'm -> ( 'n -> string ) * 'o ) -> epoch_length: ( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm -> 'p -> ( 'q -> int64 ) * 'r ) -> 's -> ( 't -> t ) * 'u
val create : seed:string -> ledger_hash_id:int -> total_currency:string -> start_checkpoint:string -> lock_checkpoint:string -> epoch_length:int64 -> t
val map : seed: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> string ) -> ledger_hash_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> int ) -> total_currency: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> string ) -> start_checkpoint: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> string ) -> lock_checkpoint: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> string ) -> epoch_length: ( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm -> int64 ) -> t
val iter : seed: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> unit ) -> ledger_hash_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> unit ) -> total_currency: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> unit ) -> start_checkpoint: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> unit ) -> lock_checkpoint: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> unit ) -> epoch_length: ( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm -> unit ) -> unit
val fold : init:'a -> seed: ( 'b -> ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'c ) -> ledger_hash_id: ( 'd -> ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> 'e ) -> total_currency: ( 'f -> ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'g ) -> start_checkpoint: ( 'h -> ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'i ) -> lock_checkpoint: ( 'j -> ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'k ) -> epoch_length: ( 'l -> ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm -> 'm ) -> 'n
val map_poly : ( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user -> 'b list
val for_all : seed: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> ledger_hash_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> bool ) -> total_currency: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> start_checkpoint: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> lock_checkpoint: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> epoch_length: ( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val exists : seed: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> ledger_hash_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> bool ) -> total_currency: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> start_checkpoint: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> lock_checkpoint: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> bool ) -> epoch_length: ( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val to_list : seed: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'a ) -> ledger_hash_id: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> 'b ) -> total_currency: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'c ) -> start_checkpoint: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'd ) -> lock_checkpoint: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> 'e ) -> epoch_length: ( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm -> 'f ) -> 'g list
module Direct : sig ... end