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

10 lines
175 B
JavaScript
Raw Normal View History

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