UNPKG
bitcoinjs-phore
Version:
latest (1.1.0)
1.1.0
1.0.0
Client-side Phore JavaScript library
github.com/phoreproject/phorejs
phoreproject/phorejs
bitcoinjs-phore
/
src
/
templates
/
pubkeyhash
/
index.js
5 lines
(4 loc)
•
84 B
JavaScript
View Raw
1
2
3
4
5
module
.exports = {
input
:
require
(
'./input'
),
output
:
require
(
'./output'
) }