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
/
witnesspubkeyhash
/
input.js
10 lines
(7 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// {signature} {pubKey}
var
pkh
=
require(
'../pubkeyhash/input'
)
module
.
exports
= { check: pkh.check, decodeStack: pkh.decodeStack, encodeStack: pkh.encodeStack }