UNPKG

@coinbase/cdp-sdk

Version:

SDK for interacting with the Coinbase Developer Platform Wallet API

8 lines 288 B
/** * Converts bigint values in an object to strings for safe serialization * * @param obj - The object to convert * @returns A new object with bigint values converted to strings */ export declare const convertBigIntsToStrings: (obj: any) => any; //# sourceMappingURL=bigint.d.ts.map