public final class CurrencyTransfer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CurrencyTransfer.Event |
Modifier and Type | Method and Description |
---|---|
static boolean |
addListener(Listener<CurrencyTransfer> listener,
CurrencyTransfer.Event eventType) |
static DbIterator<CurrencyTransfer> |
getAccountCurrencyTransfers(long accountId,
int from,
int to) |
static DbIterator<CurrencyTransfer> |
getAccountCurrencyTransfers(long accountId,
long currencyId,
int from,
int to) |
static DbIterator<CurrencyTransfer> |
getAllTransfers(int from,
int to) |
static int |
getCount() |
long |
getCurrencyId() |
static DbIterator<CurrencyTransfer> |
getCurrencyTransfers(long currencyId,
int from,
int to) |
int |
getHeight() |
long |
getId() |
long |
getRecipientId() |
long |
getSenderId() |
int |
getTimestamp() |
static int |
getTransferCount(long currencyId) |
long |
getUnits() |
static boolean |
removeListener(Listener<CurrencyTransfer> listener,
CurrencyTransfer.Event eventType) |
public static DbIterator<CurrencyTransfer> getAllTransfers(int from, int to)
public static int getCount()
public static boolean addListener(Listener<CurrencyTransfer> listener, CurrencyTransfer.Event eventType)
public static boolean removeListener(Listener<CurrencyTransfer> listener, CurrencyTransfer.Event eventType)
public static DbIterator<CurrencyTransfer> getCurrencyTransfers(long currencyId, int from, int to)
public static DbIterator<CurrencyTransfer> getAccountCurrencyTransfers(long accountId, int from, int to)
public static DbIterator<CurrencyTransfer> getAccountCurrencyTransfers(long accountId, long currencyId, int from, int to)
public static int getTransferCount(long currencyId)
public long getId()
public long getCurrencyId()
public long getSenderId()
public long getRecipientId()
public long getUnits()
public int getTimestamp()
public int getHeight()