UNPKG
@scrypt-inc/bitcoinjs-lib
Version:
latest (1.0.11)
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Client-side Bitcoin JavaScript library
github.com/sCrypt-Inc/bitcoinjs-lib
sCrypt-Inc/bitcoinjs-lib
@scrypt-inc/bitcoinjs-lib
/
dist
/
cjs
/
bn.d.ts
3 lines
(2 loc)
•
154 B
TypeScript
View Raw
1
2
3
export
declare
function
bn2Buf
(
bn
:
bigint
):
Uint8Array
;
export
declare
function
buf2BN
(
buf
:
Uint8Array
,
fRequireMinimal
:
boolean
,
size
?:
number
):
bigint
;