Skip to content

parseGwei

parseGwei(ether, unit?): bigint

Converts a string representation of gwei to numerical wei.

Parameters

ether: string

unit?: "wei"

Returns

bigint

Example

import { parseGwei } from 'viem'
parseGwei('420')
// 420000000000n

Defined in

node_modules/.pnpm/viem@2.14.2_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@6.0.4_zod@3.23.8/node_modules/viem/_types/utils/unit/parseGwei.d.ts:15