@ethereumjs/util / generateAddress2
generateAddress2(
from
,salt
,initCode
):Uint8Array
Defined in: packages/util/src/account.ts:473
Generates an address for a contract created using CREATE2.
Uint8Array
The address which is creating this new address
Uint8Array
A salt
Uint8Array
The init code of the contract being created
Uint8Array