Appearance
Converts a string representation of ether to numerical wei.
import { parseEther } from 'viem'
import { parseEther } from 'viem' parseEther('420') // 420000000000000000000n
bigint
string
The string representation of ether.