Methods
Modifier and Type |
Method and Description |
static boolean |
addAssetListener(Listener<Account.AccountAsset> listener,
Account.Event eventType) |
static boolean |
addCurrencyListener(Listener<Account.AccountCurrency> listener,
Account.Event eventType) |
static boolean |
addLeaseListener(Listener<Account.AccountLease> listener,
Account.Event eventType) |
static boolean |
addListener(Listener<Account> listener,
Account.Event eventType) |
byte[] |
decryptFrom(EncryptedData encryptedData,
java.lang.String recipientSecretPhrase) |
EncryptedData |
encryptTo(byte[] data,
java.lang.String senderSecretPhrase) |
static Account |
getAccount(byte[] publicKey) |
static Account |
getAccount(long id) |
static Account |
getAccount(long id,
int height) |
static int |
getAccountAssetCount(long accountId) |
static int |
getAccountAssetCount(long accountId,
int height) |
static int |
getAccountCurrencyCount(long accountId) |
static int |
getAccountCurrencyCount(long accountId,
int height) |
static DbIterator<Account> |
getAllAccounts(int from,
int to) |
Account.AccountAsset |
getAsset(long assetId) |
Account.AccountAsset |
getAsset(long assetId,
int height) |
static int |
getAssetAccountCount(long assetId) |
static int |
getAssetAccountCount(long assetId,
int height) |
static DbIterator<Account.AccountAsset> |
getAssetAccounts(long assetId,
int from,
int to) |
static DbIterator<Account.AccountAsset> |
getAssetAccounts(long assetId,
int height,
int from,
int to) |
long |
getAssetBalanceQNT(long assetId) |
long |
getAssetBalanceQNT(long assetId,
int height) |
static long |
getAssetBalanceQNT(long accountId,
long assetId,
int height) |
DbIterator<Account.AccountAsset> |
getAssets(int from,
int to) |
DbIterator<Account.AccountAsset> |
getAssets(int height,
int from,
int to) |
DbIterator<AssetTransfer> |
getAssetTransfers(int from,
int to) |
long |
getBalanceNQT() |
static int |
getCount() |
DbIterator<Account.AccountCurrency> |
getCurrencies(int from,
int to) |
DbIterator<Account.AccountCurrency> |
getCurrencies(int height,
int from,
int to) |
Account.AccountCurrency |
getCurrency(long currencyId) |
Account.AccountCurrency |
getCurrency(long currencyId,
int height) |
static int |
getCurrencyAccountCount(long currencyId) |
static int |
getCurrencyAccountCount(long currencyId,
int height) |
static DbIterator<Account.AccountCurrency> |
getCurrencyAccounts(long currencyId,
int from,
int to) |
static DbIterator<Account.AccountCurrency> |
getCurrencyAccounts(long currencyId,
int height,
int from,
int to) |
DbIterator<CurrencyTransfer> |
getCurrencyTransfers(int from,
int to) |
long |
getCurrencyUnits(long currencyId) |
int |
getCurrentLeasingHeightFrom() |
int |
getCurrentLeasingHeightTo() |
long |
getCurrentLesseeId() |
java.lang.String |
getDescription() |
long |
getEffectiveBalanceNXT() |
DbIterator<Exchange> |
getExchanges(int from,
int to) |
long |
getForgedBalanceNQT() |
long |
getGuaranteedBalanceNQT(int numberOfConfirmations) |
long |
getGuaranteedBalanceNQT(int numberOfConfirmations,
int currentHeight) |
long |
getId() |
static long |
getId(byte[] publicKey) |
DbIterator<Account> |
getLessors() |
DbIterator<Account> |
getLessors(int height) |
java.util.regex.Pattern |
getMessagePattern() |
java.lang.String |
getName() |
int |
getNextLeasingHeightFrom() |
int |
getNextLeasingHeightTo() |
long |
getNextLesseeId() |
byte[] |
getPublicKey() |
DbIterator<Trade> |
getTrades(int from,
int to) |
long |
getUnconfirmedAssetBalanceQNT(long assetId) |
long |
getUnconfirmedBalanceNQT() |
long |
getUnconfirmedCurrencyUnits(long currencyId) |
static boolean |
removeAssetListener(Listener<Account.AccountAsset> listener,
Account.Event eventType) |
static boolean |
removeCurrencyListener(Listener<Account.AccountCurrency> listener,
Account.Event eventType) |
static boolean |
removeLeaseListener(Listener<Account.AccountLease> listener,
Account.Event eventType) |
static boolean |
removeListener(Listener<Account> listener,
Account.Event eventType) |