Module Genesis.Fields

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