UNPKG

locklift

Version:

Node JS framework for working with Ever contracts. Inspired by Truffle and Hardhat. Helps you to build, test, run and maintain your smart contracts.

9 lines (8 loc) 153 B
export type ExecErrorOutput = { status: number; signal: null; output: Array<number>; pid: number; stdout: Uint8Array; stderr: Uint8Array; };