UNPKG

@pgchain/blockchain-libs

Version:
5 lines (4 loc) 193 B
import BigNumber from 'bignumber.js'; declare const toBigIntHex: (value: BigNumber) => string; declare const fromBigIntHex: (value: string) => BigNumber; export { toBigIntHex, fromBigIntHex };