@simbachain/web3-suites
Version:
common code for web3 suite plugins. Code in this repo can be used for truffle or hardhat, but is designed to be applicable to future web3 suite plugins as well.
6 lines • 1.04 kB
TypeScript
export { LogLevel } from './commands/lib';
export { SimbaConfig } from './commands/lib';
export { KeycloakHandler } from './commands/lib';
export { promisifiedReadFile, walkDirForContracts, chooseApplicationFromList, chooseOrganisationFromList, chooseApplicationFromName, chooseOrganisationFromName, getBlockchains, getStorages, primaryConstructorRequiresArgs, primaryConstructorInputs, writeAndReturnASTAndOtherInfo, getASTAndOtherInfo, isLibrary, getContractKind, AuthProviders, authErrors, SimbaInfo, AllDirs, discoverAndSetWeb3Suite, web3SuiteErrorMessage, } from './commands/lib';
export { pullContractsInteractive, pullAllMostRecentContracts, pullAllMostRecentSolFilesAndSourceCode, pullMostRecentRecentSolFileFromContractName, pullMostRecentFromContractName, pullMostRecentSourceCodeFromContractName, allContracts, printAllContracts, addLib, SourceCodeComparer, pullContractFromDesignId, pullSourceCodeForSimbaJson, deleteContractFromDesignID, deleteContractsFromPrompts, } from "./commands/contract";
//# sourceMappingURL=index.d.ts.map