Package nxt.ms

Class CurrencyMint

java.lang.Object
nxt.ms.CurrencyMint

public final class CurrencyMint extends Object
Manages currency proof of work minting
  • Method Details

    • addListener

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

      public static boolean removeListener(Listener<CurrencyMint.Mint> listener, CurrencyMint.Event eventType)
    • init

      public static void init()
    • getCurrencyId

      public long getCurrencyId()
    • getAccountId

      public long getAccountId()
    • getCounter

      public long getCounter()
    • getCounter

      public static long getCounter(long currencyId, long accountId)