UNPKG

@alice-network/zos-lib

Version:

JavaScript library for the ZeppelinOS smart contract platform

4 lines (3 loc) 186 B
import Contract from '../artifacts/Contract'; export declare function hasSelfDestruct(contract: Contract): boolean; export declare function hasDelegateCall(contract: Contract): boolean;