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