@ethereumjs/util / Units
Defined in: packages/util/src/units.ts:25
new Units():
Units
Units
static
ether(amount
):bigint
Defined in: packages/util/src/units.ts:41
Convert a number or bigint input of ether to wei
amount of units of ether to convert to wei
number |
bigint |
bigint
amount of units in wei
static
gwei(amount
):bigint
Defined in: packages/util/src/units.ts:52
Convert a number or bigint input of gwei to wei
amount of units of gwei to convert to wei
number |
bigint |
bigint
amount of units in wei
static
validateInput(amount
):void
Defined in: packages/util/src/units.ts:26
number |
bigint |
void