UNPKG
@energiswap/sdk-core
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
⚒️ An SDK for building applications on top of Energiswap V3
@energiswap/sdk-core
/
dist
/
utils
/
computeZksyncCreate2Address.d.ts
3 lines
(2 loc)
•
190 B
TypeScript
View Raw
1
2
3
import
{
BytesLike
}
from
'@ethersproject/bytes'
;
export
declare
function
computeZksyncCreate2Address
(
sender
:
string
,
bytecodeHash
:
BytesLike
,
salt
:
BytesLike
,
input
?:
BytesLike
):
string
;