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'

Defined in

node_modules/.pnpm/viem@2.14.2_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@6.0.4_zod@3.23.8/node_modules/viem/_types/utils/unit/formatGwei.d.ts:14