@neo-one/smart-contract-codegen-esnext-esm
Version:
NEO•ONE TypeScript smart contract codegen.
13 lines (12 loc) • 485 B
TypeScript
import { SmartContractNetworksDefinition } from '@neo-one/client-common-esnext-esm';
export declare const genContract: ({ name, createContractPath, typesPath, sourceMapsPath, abiPath, networksDefinition, }: {
readonly name: string;
readonly createContractPath: string;
readonly typesPath: string;
readonly abiPath: string;
readonly sourceMapsPath: string;
readonly networksDefinition: SmartContractNetworksDefinition;
}) => {
js: string;
ts: string;
};