Class TkmTransactionFilter
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.threadSafeUtils.TkmTransactionFilter
-
public class TkmTransactionFilter extends Object
- Author:
- giovanni.antino@h2tcoin.com
-
-
Constructor Summary
Constructors Constructor Description TkmTransactionFilter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TransactionBox
filter(TransactionBox tbox, List fl)
static TransactionBox
TESBootstap(TransactionBox tbox)
permitted transaction for block zero and bootstrapstatic TransactionBox
TESNormalOperation(TransactionBox tbox)
Permitted transaction for block other than the ZERO
-
-
-
Method Detail
-
filter
public static TransactionBox filter(TransactionBox tbox, List fl)
- Parameters:
tbox
-fl
-- Returns:
-
TESNormalOperation
public static TransactionBox TESNormalOperation(TransactionBox tbox)
Permitted transaction for block other than the ZERO- Parameters:
tbox
-- Returns:
-
TESBootstap
public static TransactionBox TESBootstap(TransactionBox tbox)
permitted transaction for block zero and bootstrap- Parameters:
tbox
-- Returns:
-
-