112 code results in DigitalAssetCom/-deprecated-hlp-candidate
Java
server/core/src/main/java/org/hyperledger/core/bitcoin/BitcoinValidatorFactory.java
Showing the top three matches
Last indexed Sep 22, 2016
Java
client/api/src/main/java/org/hyperledger/account/color/BitcoinComparator.java
Showing the top three matches
Last indexed Sep 22, 2016
Java
server/core/src/test/java/org/hyperledger/server/DifficultyTest.java
Showing the top four matches
Last indexed Sep 22, 2016
Java
server/core/src/test/java/org/hyperledger/server/PerformanceTest.java
Showing the top three matches
Last indexed Sep 22, 2016
Java
server/native/src/test/java/org/hyperledger/nativelibs/LibBitcoinConsensusJNATest.java
Showing the top four matches
Last indexed Sep 22, 2016
Java
server/core/src/main/java/org/hyperledger/core/UnitTestBitcoinValidatorFactory.java
Showing the top three matches
Last indexed Sep 22, 2016
Java
server/native/src/main/java/org/hyperledger/nativelibs/LibBitcoinConsensusJNA.java
Showing the top two matches
Last indexed Sep 22, 2016
| 14 | package org.hyperledger.nativelibs; |
| 15 | |
| 16 | import com.sun.jna.Library; |
| 17 | |
| 18 | public class LibBitcoinConsensusJNA { |
| 19 | |
| 20 | public interface Libconsensus extends Library { |
| … | |
| 26 | public static final boolean verifyScript(byte[] scriptPubKey, byte[] txTo, long nInValue, int nIn, int flags, BitcoinConsensusErrorHolder errorHolder) { |
| 27 | int[] err = new int[1]; |
Java
server/core/src/main/java/org/hyperledger/core/conf/CoreAssembly.java
Showing the top five matches
Last indexed Sep 22, 2016
Markdown
docs/elements.md
Showing the top match
Last indexed Sep 22, 2016
Java
server/core/src/main/java/org/hyperledger/core/BitcoinValidatorConfig.java
Showing the top three matches
Last indexed Sep 22, 2016