Package nxt
Class AssetDividend
- java.lang.Object
-
- nxt.AssetDividend
-
public final class AssetDividend extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssetDividend.Event
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanaddListener(Listener<AssetDividend> listener, AssetDividend.Event eventType)longgetAmountNQTPerQNT()static DbIterator<AssetDividend>getAssetDividends(long assetId, int from, int to)longgetAssetId()intgetDividendHeight()intgetHeight()longgetId()static AssetDividendgetLastDividend(long assetId)longgetNumAccounts()intgetTimestamp()longgetTotalDividend()static booleanremoveListener(Listener<AssetDividend> listener, AssetDividend.Event eventType)
-
-
-
Method Detail
-
addListener
public static boolean addListener(Listener<AssetDividend> listener, AssetDividend.Event eventType)
-
removeListener
public static boolean removeListener(Listener<AssetDividend> listener, AssetDividend.Event eventType)
-
getAssetDividends
public static DbIterator<AssetDividend> getAssetDividends(long assetId, int from, int to)
-
getLastDividend
public static AssetDividend getLastDividend(long assetId)
-
getId
public long getId()
-
getAssetId
public long getAssetId()
-
getAmountNQTPerQNT
public long getAmountNQTPerQNT()
-
getDividendHeight
public int getDividendHeight()
-
getTotalDividend
public long getTotalDividend()
-
getNumAccounts
public long getNumAccounts()
-
getTimestamp
public int getTimestamp()
-
getHeight
public int getHeight()
-
-