UNPKG

lotus-sdk-core

Version:

⚒️ An SDK for building applications on top of Lotus

3 lines (2 loc) 190 B
import { BytesLike } from '@ethersproject/bytes'; export declare function computeZksyncCreate2Address(sender: string, bytecodeHash: BytesLike, salt: BytesLike, input?: BytesLike): string;