UNPKG

@bajetech/digitalbits-wallet-sdk

Version:

A library to make it easier to write wallets that interact with the DigitalBits blockchain

7 lines (6 loc) 245 B
/** * Given a list of key names to bigize, traverse an object (usually, an * API response) for those keys, and convert their values to a BigNumber * (if it's a valid value). */ export declare function bigize(obj: any, keys?: string[]): any;