UNPKG

@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.

8 lines 973 B
export { LogLevel } from './logger'; export { SimbaConfig, AllDirs, EnvVariableKeys, } from './config'; export { promisifiedReadFile, walkDirForContracts, absolutePaths, contractAbsolutePath, contractSimbaPath, } from "./contractfinder"; export { chooseApplicationFromList, chooseOrganisationFromList, chooseApplicationFromName, chooseOrganisationFromName, getBlockchains, getStorages, primaryConstructorRequiresArgs, primaryConstructorInputs, writeAndReturnASTAndOtherInfo, getASTAndOtherInfo, isLibrary, getContractKind, WindowsOrMacFileName, parseBuildInfoJsonName, buildInfoJsonName, getASTNodes, ASTAndOtherInfo, astAndOtherInfo, selectNewApplicationName, getABIForPrimaryContract, primaryContractConstructor, } from './api'; export { AuthProviders, authErrors, KeycloakHandler, } from "./authentication"; export { SimbaInfo, } from "./simbainfo"; export { buildURL, discoverAndSetWeb3Suite, web3SuiteErrorMessage, } from "./utils"; //# sourceMappingURL=index.d.ts.map