UNPKG
@excubiae/contracts
Version:
latest (0.13.0)
0.13.0
0.11.0
0.10.0
0.9.2
0.9.1
0.9.0
0.8.0
0.7.2
0.7.1
0.7.0
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.5.0
0.4.0
0.3.3
0.3.2
0.3.1
0.2.0
0.1.0
Excubiae contracts.
github.com/privacy-scaling-explorations/excubiae/tree/main/packages/contracts
@excubiae/contracts
/
build
/
ts
/
sdk.d.ts
4 lines
•
218 B
TypeScript
View Raw
1
2
3
4
export
{ deployProxyClone, getProxyContract }
from
"./deploy"
;
export
*
from
"../typechain-types"
;
export
type
{
IDeployCloneArgs
,
IFactoryLike
,
IGetProxyContractArgs
}
from
"./types"
;
//# sourceMappingURL=sdk.d.ts.map