UNPKG

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

Version:

NEO•ONE TypeScript smart contract codegen.

6 lines (4 loc) 331 B
import { genSmartContractBase } from './genSmartContractBase'; import { getMigrationSmartContractName } from './getMigrationSmartContractName'; export const genMigrationSmartContract = (name, abi) => genSmartContractBase(name, getMigrationSmartContractName(name), abi, true); //# sourceMappingURL=genMigrationSmartContract.js.map