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

13 lines (12 loc) 403 B
/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import type * as erc1967 from "./ERC1967"; export type { erc1967 }; import type * as beacon from "./beacon"; export type { beacon }; import type * as transparent from "./transparent"; export type { transparent }; import type * as utils from "./utils"; export type { utils }; export type { Proxy } from "./Proxy";