10 lines
171 B
JavaScript
10 lines
171 B
JavaScript
|
// {signature} {pubKey}
|
||
|
|
||
|
var pkh = require('../pubkeyhash/input')
|
||
|
|
||
|
module.exports = {
|
||
|
check: pkh.check,
|
||
|
decodeStack: pkh.decodeStack,
|
||
|
encodeStack: pkh.encodeStack
|
||
|
}
|