Module For_tests.Init_ledger

type t = (Signature_lib.Keypair.t * int64) array
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val init : (module Mina_base.Ledger_intf.S with type t = 'l) -> t -> 'l0 -> unit
val gen : unit -> t Core_kernel.Quickcheck.Generator.t