UNPKG

@authereum/zos

Version:

Command-line interface for the ZeppelinOS smart contract platform

3 lines (2 loc) 151 B
import { FreezeParams } from './interfaces'; export default function freeze({ network, txParams, networkFile, }: FreezeParams): Promise<void | never>;