Package nxt.blockchain
Class TransactionHome
java.lang.Object
nxt.blockchain.TransactionHome
-
Method Summary
Modifier and TypeMethodDescriptionfindTransaction(byte[] fullHash) findTransaction(byte[] fullHash, int height) static TransactionHomebooleanhasTransaction(byte[] fullHash, int height) booleanhasTransaction(byte[] fullHash, long transactionId, int height)
-
Method Details
-
forChain
-
findTransaction
-
findTransaction
-
hasTransaction
public boolean hasTransaction(byte[] fullHash, int height) -
hasTransaction
public boolean hasTransaction(byte[] fullHash, long transactionId, int height)
-