UNPKG
@candlelabs/sdk
Version:
latest (6.6.0)
6.6.0
6.4.0
6.2.0
5.0.0-canary.117
1.0.4
1.0.2
1.0.1
1.0.0
🛠An SDK for building applications on top of CandleDEX.
github.com/candleplatforms/core-sdk
@candlelabs/sdk
/
dist
/
functions
/
computePoolInitCodeHash.d.ts
6 lines
(5 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
computePoolInitCodeHash
:
(
{ creationCode, deployData, masterDeployerAddress }: { creationCode:
string
; deployData:
string
; masterDeployerAddress:
string
; }
) =>
string
;