Module Genesis_ledger

module Ledger = Mina_ledger.Ledger
module Intf : sig ... end
module Balances (Balances : Intf.Named_balances_intf) : sig ... end

Generate a ledger using the sample keypairs from Mina_base with the given balances.

module Utils : sig ... end
include module type of struct include Utils end
val keypair_of_account_record_exn : (Signature_lib.Private_key.t option * ( Signature_lib.Public_key.Compressed.t, 'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k ) Mina_base.Account.Poly.Stable.Latest.t) -> Signature_lib.Keypair.t
val id_of_account_record : ('a * Mina_base.Account.t) -> Mina_base.Account_id.t
val pk_of_account_record : ('a * Mina_base.Account.Stable.Latest.t) -> Mina_base.Account.key
val find_account_record_exn : f:( 'a -> bool ) -> ('b * 'c) list -> 'b * 'c
val find_new_account_record_exn_ : ('a * Mina_base.Account.Stable.Latest.t) list -> Mina_base.Account.key list -> 'a * Mina_base.Account.Stable.Latest.t
val find_new_account_record_exn : ('a * Mina_base.Account.Stable.Latest.t) list -> Signature_lib.Public_key.t list -> 'a * Mina_base.Account.Stable.Latest.t
module Packed : sig ... end
module Of_ledger (T : sig ... end) : Intf.S
val fetch_ledger : Core_kernel.String.Map.Key.t -> (module Intf.Named_accounts_intf) Core_kernel__.Import.option
val register_ledger : (module Intf.Named_accounts_intf) -> unit
val fetch_ledger_exn : Core_kernel.String.Map.Key.t -> (module Intf.Named_accounts_intf)
module Testnet_postake : sig ... end
module Test : sig ... end
module Fuzz : sig ... end
module Release : sig ... end
val for_unit_tests : Packed.t
module Integration_tests : sig ... end