Converts the specified number of tokens to Wei.
import { toWei } from "thirdweb/utils";toWei("1");// 1000000000000000000n
The converted value in Wei.