UNPKG

@nomicfoundation/ethereumjs-util

Version:
4 lines 233 B
/** 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