bitcoinjs-lib/src/templates/witnesspubkeyhash/input.js

10 lines
171 B
JavaScript
Raw Normal View History

// {signature} {pubKey}
var pkh = require('../pubkeyhash/input')
module.exports = {
check: pkh.check,
decodeStack: pkh.decodeStack,
encodeStack: pkh.encodeStack
}