Package nxt.addons
Class PersonalBundler
java.lang.Object
nxt.addons.PersonalBundler
- All Implemented Interfaces:
Bundler.Filter
Only bundle my own transactions. Should still set minRateNQTPerFXT = 0 when
starting the bundler.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFor UI to work, the bundler description must also be added to translation.json with key bundler_filter_help_*lowercase name*getName()booleanok(Bundler bundler, ChildTransaction childTransaction) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nxt.blockchain.Bundler.Filter
getParameter, ok, setParameter
-
Constructor Details
-
PersonalBundler
public PersonalBundler()
-
-
Method Details
-
ok
- Specified by:
okin interfaceBundler.Filter
-
getName
- Specified by:
getNamein interfaceBundler.Filter
-
getDescription
Description copied from interface:Bundler.FilterFor UI to work, the bundler description must also be added to translation.json with key bundler_filter_help_*lowercase name*- Specified by:
getDescriptionin interfaceBundler.Filter- Returns:
- The bundler description.
-