UNPKG

viem

Version:

TypeScript Interface for Ethereum

8 lines 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.formatGwei = formatGwei; const Value = require("./Value.js"); function formatGwei(wei, unit = 'wei') { return Value.formatGwei(wei, unit); } //# sourceMappingURL=formatGwei.js.map