public class CurrencyFounder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
long |
getAccountId() |
long |
getAmountPerUnitNQT() |
static DbIterator<CurrencyFounder> |
getCurrencyFounders(long currencyId,
int from,
int to) |
long |
getCurrencyId() |
static CurrencyFounder |
getFounder(long currencyId,
long accountId) |
static DbIterator<CurrencyFounder> |
getFounderCurrencies(long accountId,
int from,
int to) |
public long getCurrencyId()
public long getAccountId()
public long getAmountPerUnitNQT()
public static CurrencyFounder getFounder(long currencyId, long accountId)
public static DbIterator<CurrencyFounder> getCurrencyFounders(long currencyId, int from, int to)
public static DbIterator<CurrencyFounder> getFounderCurrencies(long accountId, int from, int to)