UNPKG

@robertprp/intents-sdk

Version:

Shogun Network Intent-based cross-chain swaps SDK

6 lines 276 B
export declare namespace Parsers { function bigIntReplacer(_key: string, value: any): any; function bigintToFloat(amount: bigint, decimals: number): number; function floatToBigint(usdValue: number, decimals: number): bigint; } //# sourceMappingURL=parsers.d.ts.map