Package nxt.blockchain
Class Genesis
java.lang.Object
nxt.blockchain.Genesis
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidloadAliases(ChildChain childChain, org.json.simple.JSONObject aliases, Set<Long> conflictingAccounts) static voidloadBalances(Chain chain, Map<String, Long> chainBalances) static voidloadCurrencies(ChildChain childChain, org.json.simple.JSONObject currencies, long nextCurrencyId, Set<Long> conflictingAccounts)
-
Method Details
-
loadBalances
-
loadAliases
public static void loadAliases(ChildChain childChain, org.json.simple.JSONObject aliases, Set<Long> conflictingAccounts) -
loadCurrencies
public static void loadCurrencies(ChildChain childChain, org.json.simple.JSONObject currencies, long nextCurrencyId, Set<Long> conflictingAccounts)
-