UNPKG

@authereum/zos

Version:

Command-line interface for the ZeppelinOS smart contract platform

3 lines (2 loc) 153 B
import { SessionParams } from './interfaces'; export default function session({ network, from, timeout, close, expires, }: SessionParams): void | never;