UNPKG

@neo-one/smart-contract-codegen-esnext-esm

Version:

NEO•ONE TypeScript smart contract codegen.

6 lines (5 loc) 246 B
import { ABIFunction } from '@neo-one/client-common-esnext-esm'; export interface GenFunctionOptions { readonly migration?: boolean; } export declare const genFunction: (name: string, abi: ABIFunction, options: GenFunctionOptions) => string;