Package nxt

Class CurrencyTransfer


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

      • getCount

        public static int getCount()
      • getAccountCurrencyTransfers

        public static DbIterator<CurrencyTransfer> getAccountCurrencyTransfers​(long accountId,
                                                                               int from,
                                                                               int to)
      • getAccountCurrencyTransfers

        public static DbIterator<CurrencyTransfer> getAccountCurrencyTransfers​(long accountId,
                                                                               long currencyId,
                                                                               int from,
                                                                               int to)
      • getTransferCount

        public static int getTransferCount​(long currencyId)
      • getId

        public long getId()
      • getCurrencyId

        public long getCurrencyId()
      • getSenderId

        public long getSenderId()
      • getRecipientId

        public long getRecipientId()
      • getUnits

        public long getUnits()
      • getTimestamp

        public int getTimestamp()
      • getHeight

        public int getHeight()