UNPKG

@authereum/zos

Version:

Command-line interface for the ZeppelinOS 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;