UNPKG

@alice-network/zos-lib

Version:

JavaScript library for the ZeppelinOS smart contract platform

3 lines (2 loc) 156 B
import Contract from '../artifacts/Contract'; export default function copyContract(contract: Contract, address: string, txParams?: any): Promise<Contract>;