Class MempoolEntries

java.lang.Object
io.mokamint.node.MempoolEntries

public abstract class MempoolEntries extends Object
Providers of entries of the mempool of a Mokamint node.
  • Method Details

    • of

      public static MempoolEntry of(byte[] hash, long priority)
      Yields a new mempool entry.
      Parameters:
      hash - the hash of the transaction in the entry
      priority - the priority of the transaction in the entry
      Returns:
      the mempool entry