Package nxt.ae

Class AssetTransfer

java.lang.Object
nxt.ae.AssetTransfer

public final class AssetTransfer extends Object
  • Method Details

    • getAllTransfers

      public static DbIterator<AssetTransfer> getAllTransfers(int from, int to)
    • getCount

      public static int getCount()
    • addListener

      public static boolean addListener(Listener<AssetTransfer> listener, AssetTransfer.Event eventType)
    • removeListener

      public static boolean removeListener(Listener<AssetTransfer> listener, AssetTransfer.Event eventType)
    • getAssetTransfers

      public static DbIterator<AssetTransfer> getAssetTransfers(long assetId, int from, int to)
    • getAccountAssetTransfers

      public static DbIterator<AssetTransfer> getAccountAssetTransfers(long accountId, int from, int to)
    • 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()