UNPKG

@wagmi/core

Version:

VanillaJS library for Ethereum

6 lines 442 B
// biome-ignore lint/performance/noBarrelFile: entrypoint module export { createSimulateContract, } from '../actions/codegen/createSimulateContract.js'; export { createReadContract, } from '../actions/codegen/createReadContract.js'; export { createWatchContractEvent, } from '../actions/codegen/createWatchContractEvent.js'; export { createWriteContract, } from '../actions/codegen/createWriteContract.js'; //# sourceMappingURL=codegen.js.map