Package nxt.blockchain
Interface Bundler.Filter
- All Known Implementing Classes:
AccountPropertyBundler,AssetBundler,CurrencyBundler,ManagedAccountsBundler,PersonalBundler,PurchaseBundler,QuotaBundler,TransactionTypeBundler
- Enclosing class:
- Bundler
public static interface Bundler.Filter
Bundling filter - transactions for which the
ok(Bundler, ChildTransaction) method returns false are not processed by the Bundler.Rule-
Method Summary
Modifier and TypeMethodDescriptiondefault StringFor UI to work, the bundler description must also be added to translation.json with key bundler_filter_help_*lowercase name*default StringgetName()default Stringdefault booleanok(Bundler bundler, AtomicChain<? extends ChildTransaction> atomicChain) booleanok(Bundler bundler, ChildTransaction childTransaction) default voidsetParameter(String parameter)
-
Method Details
-
ok
-
ok
-
getName
-
getDescription
For UI to work, the bundler description must also be added to translation.json with key bundler_filter_help_*lowercase name*- Returns:
- The bundler description.
-
getParameter
-
setParameter
-