UNPKG
@pgchain/blockchain-libs
Version:
latest (0.0.2)
0.0.2
0.0.1
PGWallet Blockchain Libs
github.com/pgchain/blockchain-libs
pgchain/blockchain-libs
@pgchain/blockchain-libs
/
dist
/
basic
/
bignumber-plus.d.ts
5 lines
(4 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
import
BigNumber
from
'bignumber.js'
;
declare
const
toBigIntHex
:
(
value
:
BigNumber
) =>
string
;
declare
const
fromBigIntHex
:
(
value
:
string
) =>
BigNumber
;
export
{ toBigIntHex, fromBigIntHex };