UNPKG

@onekeyfe/coinselect

Version:

A transaction input selection module for bitcoin.

5 lines 180 B
import BN from 'bignumber.js'; export declare const BigNumber: typeof BN; export type BigNumber = BN; export type BigNumberValue = BN.Value; //# sourceMappingURL=bigNumber.d.ts.map