UNPKG

@candlelabs/sdk

Version:

🛠 An SDK for building applications on top of CandleDEX.

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