All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
static boolean |
addListener(Listener<Currency> listener,
Currency.Event eventType) |
boolean |
canBeDeletedBy(long senderAccountId) |
long |
getAccountId() |
DbIterator<Account.AccountCurrency> |
getAccounts(int from,
int to) |
DbIterator<Account.AccountCurrency> |
getAccounts(int height,
int from,
int to) |
byte |
getAlgorithm() |
static DbIterator<Currency> |
getAllCurrencies(int from,
int to) |
java.lang.String |
getCode() |
static int |
getCount() |
int |
getCreationHeight() |
static Currency |
getCurrency(long id) |
static Currency |
getCurrencyByCode(java.lang.String code) |
static Currency |
getCurrencyByName(java.lang.String name) |
static DbIterator<Currency> |
getCurrencyIssuedBy(long accountId,
int from,
int to) |
long |
getCurrentReservePerUnitNQT() |
long |
getCurrentSupply() |
byte |
getDecimals() |
java.lang.String |
getDescription() |
DbIterator<Exchange> |
getExchanges(int from,
int to) |
long |
getId() |
long |
getInitialSupply() |
int |
getIssuanceHeight() |
int |
getMaxDifficulty() |
long |
getMaxSupply() |
int |
getMinDifficulty() |
long |
getMinReservePerUnitNQT() |
java.lang.String |
getName() |
long |
getReserveSupply() |
byte |
getRuleset() |
DbIterator<CurrencyTransfer> |
getTransfers(int from,
int to) |
int |
getType() |
boolean |
is(CurrencyType type) |
boolean |
isActive() |
static boolean |
removeListener(Listener<Currency> listener,
Currency.Event eventType) |
static DbIterator<Currency> |
searchCurrencies(java.lang.String query,
int from,
int to) |