java.lang.Object
io.mokamint.node.MempoolEntries
Providers of entries of the mempool of a Mokamint node.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGson decoder.static classGson encoder.static classJson representation. -
Method Summary
Modifier and TypeMethodDescriptionstatic MempoolEntryof(byte[] hash, long priority) Yields a new mempool entry.
-
Method Details
-
of
Yields a new mempool entry.- Parameters:
hash- the hash of the transaction in the entrypriority- the priority of the transaction in the entry- Returns:
- the mempool entry
-