Module Processor.Epoch_data

type t = {
seed : string;
ledger_hash_id : int;
total_currency : string;
start_checkpoint : string;
lock_checkpoint : string;
epoch_length : int64;
}
val to_hlist : t -> ( unit, string -> int -> string -> string -> string -> int64 -> unit ) H_list.t
val of_hlist : ( unit, string -> int -> string -> string -> string -> int64 -> unit ) H_list.t -> t
val epoch_length : t -> int64
val lock_checkpoint : t -> string
val start_checkpoint : t -> string
val total_currency : t -> string
val ledger_hash_id : t -> int
val seed : t -> string
module Fields : sig ... end
val typ : t Caqti_type.t
val table_name : string
val add_if_doesn't_exist : (module Caqti_async.CONNECTION) -> Mina_base.Epoch_data.Value.t -> ( int, [> Caqti_error.call_or_retrieve ] ) Async_kernel__Deferred_result.t
val load : (module Caqti_async.CONNECTION) -> int -> ( t, [> Caqti_error.call_or_retrieve ] ) Stdlib.result Async_kernel.Deferred.t