Package nxt.addons
Class AccountPropertyBundler
java.lang.Object
nxt.addons.AccountPropertyBundler
- All Implemented Interfaces:
Bundler.Filter
Only bundle transactions sent by accounts which has the "bundling" property set on it by 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
-
AccountPropertyBundler
public AccountPropertyBundler()
-
-
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.
-