UNPKG

@unifinance/sdk-core

Version:

⚒️ An SDK for building applications on top of Unifinance V3

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