public final class AssetHistory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AssetHistory.Event |
Modifier and Type | Method and Description |
---|---|
static boolean |
addListener(Listener<AssetHistory> listener,
AssetHistory.Event eventType) |
static DbIterator<AssetHistory> |
getAccountAssetDeletes(long accountId,
int from,
int to) |
static DbIterator<AssetHistory> |
getAccountAssetDeletes(long accountId,
long assetId,
int from,
int to) |
static DbIterator<AssetHistory> |
getAccountAssetHistory(long accountId,
int from,
int to) |
static DbIterator<AssetHistory> |
getAccountAssetHistory(long accountId,
long assetId,
int from,
int to) |
static DbIterator<AssetHistory> |
getAccountAssetIncreases(long accountId,
int from,
int to) |
static DbIterator<AssetHistory> |
getAccountAssetIncreases(long accountId,
long assetId,
int from,
int to) |
long |
getAccountId() |
static DbIterator<AssetHistory> |
getAssetDeletes(long assetId,
int from,
int to) |
static DbIterator<AssetHistory> |
getAssetHistory(long assetId,
int from,
int to) |
long |
getAssetId() |
static DbIterator<AssetHistory> |
getAssetIncreases(long assetId,
int from,
int to) |
int |
getHeight() |
long |
getId() |
long |
getQuantityQNT() |
int |
getTimestamp() |
static boolean |
removeListener(Listener<AssetHistory> listener,
AssetHistory.Event eventType) |
public static boolean addListener(Listener<AssetHistory> listener, AssetHistory.Event eventType)
public static boolean removeListener(Listener<AssetHistory> listener, AssetHistory.Event eventType)
public static DbIterator<AssetHistory> getAssetHistory(long assetId, int from, int to)
public static DbIterator<AssetHistory> getAccountAssetHistory(long accountId, int from, int to)
public static DbIterator<AssetHistory> getAccountAssetHistory(long accountId, long assetId, int from, int to)
public static DbIterator<AssetHistory> getAssetDeletes(long assetId, int from, int to)
public static DbIterator<AssetHistory> getAccountAssetDeletes(long accountId, int from, int to)
public static DbIterator<AssetHistory> getAccountAssetDeletes(long accountId, long assetId, int from, int to)
public static DbIterator<AssetHistory> getAssetIncreases(long assetId, int from, int to)
public static DbIterator<AssetHistory> getAccountAssetIncreases(long accountId, int from, int to)
public static DbIterator<AssetHistory> getAccountAssetIncreases(long accountId, long assetId, int from, int to)
public long getId()
public long getAssetId()
public long getAccountId()
public long getQuantityQNT()
public int getTimestamp()
public int getHeight()