java.lang.Object
io.mokamint.node.MempoolPortions
Providers of objects containing the transaction information objects of a sorted,
sequential portion 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 MempoolPortionof(Stream<MempoolEntry> entries) Yields the container of the entries of a sequential portion of the mempool of a Mokamint node.
-
Method Details
-
of
Yields the container of the entries of a sequential portion of the mempool of a Mokamint node.- Parameters:
entries- the mempool entries, in increasing order of priority- Returns:
- the object containing the sequential entries
-