UNPKG

@polycity/sdk

Version:

🛠 An SDK for building applications on top of PolyCityDex Protocol.

6 lines (5 loc) • 206 B
export declare const computePoolInitCodeHash: ({ creationCode, deployData, masterDeployerAddress }: { creationCode: string; deployData: string; masterDeployerAddress: string; }) => string;