UNPKG
tenzurajs-lib
Version:
latest (1.0.0)
1.0.0
Client-side Tenzura JavaScript library
github.com/tenzura/tenzurajs-lib
tenzura/tenzurajs-lib
tenzurajs-lib
/
src
/
templates
/
witnessscripthash
/
input.js
10 lines
(7 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// {signature} {pubKey}
var
p2sh
=
require(
'../scripthash/input'
)
module
.
exports
= { check: p2sh.check, decodeStack: p2sh.decodeStack, encodeStack: p2sh.encodeStack }