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