Package nxt.ae
Class AssetTransfer
java.lang.Object
nxt.ae.AssetTransfer
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanaddListener(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) longstatic DbIterator<AssetTransfer>getAssetTransfers(long assetId, int from, int to) intstatic intgetCount()byte[]intlonggetId()longlonglongintstatic intgetTransferCount(long assetId) static voidinit()static booleanremoveListener(Listener<AssetTransfer> listener, AssetTransfer.Event eventType)
-
Method Details
-
getAllTransfers
-
getCount
public static int getCount() -
addListener
-
removeListener
public static boolean removeListener(Listener<AssetTransfer> listener, AssetTransfer.Event eventType) -
getAssetTransfers
-
getAccountAssetTransfers
-
getAccountAssetTransfers
public static DbIterator<AssetTransfer> getAccountAssetTransfers(long accountId, long assetId, int from, int to) -
getTransferCount
public static int getTransferCount(long assetId) -
init
public static void init() -
getId
public long getId() -
getFullHash
public byte[] getFullHash() -
getChainId
public int getChainId() -
getAssetId
public long getAssetId() -
getSenderId
public long getSenderId() -
getRecipientId
public long getRecipientId() -
getQuantityQNT
public long getQuantityQNT() -
getTimestamp
public int getTimestamp() -
getHeight
public int getHeight()
-