UNPKG

standard-contract-registry

Version:

Contract that use the Transparent Upgradeable model (openzeppelin) to keep a registry of the current deployed contracts, their types and versions

7 lines (6 loc) 282 B
/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ export type { IContractDeployer } from "./IContractDeployer"; export type { IContractRegistry } from "./IContractRegistry"; export type { IUpgradeableDeployer } from "./IUpgradeableDeployer";