Package com.h2tcoin.takamakachain.p2p
Class TransactionPoolHelper
- java.lang.Object
-
- com.h2tcoin.takamakachain.p2p.TransactionPoolHelper
-
public class TransactionPoolHelper extends Object
- Author:
- giovanni.antino@h2tcoin.com
-
-
Constructor Summary
Constructors Constructor Description TransactionPoolHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static Date
getNotBefore(TransactionBean dtb, String next)
-
-
-
Method Detail
-
getNotBefore
protected static Date getNotBefore(TransactionBean dtb, String next) throws NoSuchAlgorithmException
- Parameters:
dtb
-next
-- Returns:
- Throws:
NoSuchAlgorithmException
-
-