Package nxt.ms
Class CurrencyFounderHome
java.lang.Object
nxt.ms.CurrencyFounderHome
Each CurrencyFounder instance represents a single founder contribution for a non issued currency
Once the currency is issued all founder contributions are removed
In case the currency is not issued because of insufficient funding, all funds are returned to the founders
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CurrencyFounderHomeforChain(ChildChain childChain) getCurrencyFounders(long currencyId, int from, int to) getFounder(long currencyId, long accountId) getFounderCurrencies(long accountId, int from, int to)
-
Method Details
-
forChain
-
getFounder
-
getCurrencyFounders
public DbIterator<CurrencyFounderHome.CurrencyFounder> getCurrencyFounders(long currencyId, int from, int to) -
getFounderCurrencies
public DbIterator<CurrencyFounderHome.CurrencyFounder> getFounderCurrencies(long accountId, int from, int to)
-