parseEther
parseEther(
ether
,unit
?):bigint
Converts a string representation of ether to numerical wei.
Parameters
• ether: string
• unit?: "wei"
| "gwei"
Returns
bigint
Example
import { parseEther } from 'viem'
parseEther('420')// 420000000000000000000n
Source
node_modules/.pnpm/viem@2.8.18_typescript@5.4.5_zod@3.23.8/node_modules/viem/_types/utils/unit/parseEther.d.ts:15