@neo-one/smart-contract-codegen-esnext-esm
Version:
NEO•ONE TypeScript smart contract codegen.
11 lines (10 loc) • 327 B
TypeScript
import { ContractPaths } from '../type';
export declare const genVue: ({ contractsPaths, vuePath, contractsPath, clientPath, }: {
readonly contractsPaths: readonly ContractPaths[];
readonly vuePath: string;
readonly contractsPath: string;
readonly clientPath: string;
}) => {
js: string;
ts: string;
};