UNPKG
lotus-sdk-core
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0
⚒️ An SDK for building applications on top of Lotus
lotus-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
;