Docs

fromGwei

Converts the specified number from gwei to wei.

Example

import { fromGwei } from "thirdweb/utils";
fromGwei("1");
// 1000000000n

Parameters

Returns

The converted value in wei.