Skip to content
On this page

parseGwei

Converts a string representation of gwei to numerical wei.

Import

ts
import { parseGwei } from 'viem'

Usage

ts
import { parseGwei } from 'viem'

parseGwei('420') 
// 420000000000n

Returns

bigint

Parameters

value

  • Type: string

The string representation of gwei.

Released under the MIT License.