Skip to content

formatGwei

formatGwei(wei, unit?): string

Converts numerical wei to a string representation of gwei.

Parameters

wei: bigint

unit?: "wei"

Returns

string

Example

import { formatGwei } from 'viem'
formatGwei(1000000000n)
// '1'

Source

node_modules/.pnpm/viem@2.8.18_typescript@5.4.5_zod@3.23.8/node_modules/viem/_types/utils/unit/formatGwei.d.ts:14