@ethereumjs/util / Units
Defined in: packages/util/src/units.ts:25
new Units():
Units
Units
staticether(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
staticgwei(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
staticvalidateInput(amount):void
Defined in: packages/util/src/units.ts:26
number |
bigint |
void