4 lines
233 B
TypeScript
Raw Permalink Normal View History

2025-04-19 15:38:48 +08:00
/** Easy conversion from Gwei to wei */
export declare const GWEI_TO_WEI: bigint;
export declare function formatBigDecimal(numerator: bigint, denominator: bigint, maxDecimalFactor: bigint): string;
//# sourceMappingURL=units.d.ts.map