Package nxt

Class AssetTransfer


  • public final class AssetTransfer
    extends java.lang.Object
    • Method Detail

      • getCount

        public static int getCount()
      • 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)
      • getId

        public long getId()
      • getAssetId

        public long getAssetId()
      • getSenderId

        public long getSenderId()
      • getRecipientId

        public long getRecipientId()
      • getQuantityQNT

        public long getQuantityQNT()
      • getTimestamp

        public int getTimestamp()
      • getHeight

        public int getHeight()