UNPKG

@openzeppelin/cli

Version:

Command-line interface for the OpenZeppelin smart contract platform

7 lines (6 loc) 259 B
export interface ParsedContractReference { proxyAddress: string | undefined; contractAlias: string | undefined; packageName: string | undefined; } export declare function parseContractReference(contractReference: string): ParsedContractReference;