This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
bitcoinjs-lib
mirror of
https://github.com/lukechilds/bitcoinjs-lib.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2475
Commits
15
Branches
62
Tags
5.3 MiB
Tree:
3f34fe457a
addComplexScript
addLowRGrinding
addTSTests
bumpver
clean-before-build
fixTypes
fixTypesAgain
hk-custom-address
lowR
master
psbt
psbt-support
psbt-tx-getters
trimSpace
v4
0.0.1
0.1.3
0.2.0
1.0.0
1.0.1
1.0.2
1.1.0
1.1.1
1.1.10
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.1.8
1.1.9
1.2.0
1.3.0
1.3.1
1.4.0
1.4.1
1.4.2
1.4.3
1.4.4
1.4.5
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.5.5
1.5.6
1.5.7
v1.5.8
v2.0.0
v2.1.0
v2.1.1
v2.1.2
v2.1.3
v2.1.4
v2.2.0
v2.3.0
v3.0.0
v3.0.3
v3.1.0
v3.1.1
v3.2.0
v3.2.1
v3.3.0
v3.3.1
v3.3.2
v4.0.0
v4.0.1
v4.0.2
v4.0.3
v4.0.4
v4.0.5
v5.0.0
v5.0.1
v5.0.2
v5.0.3
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3f34fe457a'
${ noResults }
bitcoinjs-lib
/
ts_src
/
templates
/
pubkeyhash
/
index.ts
5 lines
97 B
Raw
Normal View
History
style: fix glob pattern for prettier
6 years ago
import
*
as
input
from
'./input'
;
import
*
as
output
from
'./output'
;
OP_RETURN and Multisig templates
6 years ago
style: fix glob pattern for prettier
6 years ago
export
{
input
,
output
}
;