public final class AssetTransfer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AssetTransfer.Event |
Modifier and Type | Method and Description |
---|---|
static boolean |
addListener(Listener<AssetTransfer> listener,
AssetTransfer.Event eventType) |
static DbIterator<AssetTransfer> |
getAccountAssetTransfers(long accountId,
int from,
int to) |
static DbIterator<AssetTransfer> |
getAccountAssetTransfers(long accountId,
long assetId,
int from,
int to) |
static DbIterator<AssetTransfer> |
getAllTransfers(int from,
int to) |
long |
getAssetId() |
static DbIterator<AssetTransfer> |
getAssetTransfers(long assetId,
int from,
int to) |
static int |
getCount() |
int |
getHeight() |
long |
getId() |
long |
getQuantityQNT() |
long |
getRecipientId() |
long |
getSenderId() |
int |
getTimestamp() |
static int |
getTransferCount(long assetId) |
static boolean |
removeListener(Listener<AssetTransfer> listener,
AssetTransfer.Event eventType) |
public static DbIterator<AssetTransfer> getAllTransfers(int from, int to)
public static int getCount()
public static boolean addListener(Listener<AssetTransfer> listener, AssetTransfer.Event eventType)
public static boolean removeListener(Listener<AssetTransfer> listener, AssetTransfer.Event eventType)
public static DbIterator<AssetTransfer> getAssetTransfers(long assetId, int from, int to)
public static DbIterator<AssetTransfer> getAccountAssetTransfers(long accountId, int from, int to)
public static DbIterator<AssetTransfer> getAccountAssetTransfers(long accountId, long assetId, int from, int to)
public static int getTransferCount(long assetId)
public long getId()
public long getAssetId()
public long getSenderId()
public long getRecipientId()
public long getQuantityQNT()
public int getTimestamp()
public int getHeight()