UNPKG

@massalabs/massa-sc-utils

Version:
8 lines (7 loc) 196 B
/// <reference types="node" /> import * as fs from "fs"; export interface IWasmConfig { smartContractFilePath: fs.PathLike; wasmBinaryPath?: fs.PathLike; wasmTextPath?: fs.PathLike; }