|
@ -372,6 +372,8 @@ module.exports = { |
|
|
fromASM: fromASM, |
|
|
fromASM: fromASM, |
|
|
toASM: toASM, |
|
|
toASM: toASM, |
|
|
|
|
|
|
|
|
|
|
|
number: require('./script_number'), |
|
|
|
|
|
|
|
|
isCanonicalPubKey: isCanonicalPubKey, |
|
|
isCanonicalPubKey: isCanonicalPubKey, |
|
|
isCanonicalSignature: isCanonicalSignature, |
|
|
isCanonicalSignature: isCanonicalSignature, |
|
|
isDefinedHashType: isDefinedHashType, |
|
|
isDefinedHashType: isDefinedHashType, |
|
|