UNPKG
@bithive/bitcoin-sdk
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
BitHive SDK
@bithive/bitcoin-sdk
/
dist
/
utils
/
constants.d.ts
4 lines
(3 loc)
•
164 B
TypeScript
View Raw
1
2
3
4
export
declare
const
DEPOSIT_MESSAGE_MAGIC_HEADER
=
"bithive"
;
export
declare
const
SEQUENCE_RBF
=
4294967293
;
export
declare
const
MAX_BLOCK_LOCKTIME
=
500000000
;