UNPKG

@lodestar/utils

Version:

Utilities required across multiple lodestar packages

10 lines 302 B
export declare const ETH_TO_GWEI: bigint; export declare const GWEI_TO_WEI: bigint; export declare const ETH_TO_WEI: bigint; type EthNumeric = bigint; /** * Convert gwei to wei. */ export declare function gweiToWei(gwei: EthNumeric): EthNumeric; export {}; //# sourceMappingURL=ethConversion.d.ts.map