Appearance
Converts a string representation of gwei to numerical wei.
import { parseGwei } from 'viem'
import { parseGwei } from 'viem' parseGwei('420') // 420000000000n
bigint
string
The string representation of gwei.