UNPKG

@wagmi/core

Version:

VanillaJS library for Ethereum

24 lines (21 loc) 731 B
// biome-ignore lint/performance/noBarrelFile: entrypoint module export { type CreateReadContractParameters, type CreateReadContractReturnType, createReadContract, } from '../actions/codegen/createReadContract.js' export { type CreateSimulateContractParameters, type CreateSimulateContractReturnType, createSimulateContract, } from '../actions/codegen/createSimulateContract.js' export { type CreateWatchContractEventParameters, type CreateWatchContractEventReturnType, createWatchContractEvent, } from '../actions/codegen/createWatchContractEvent.js' export { type CreateWriteContractParameters, type CreateWriteContractReturnType, createWriteContract, } from '../actions/codegen/createWriteContract.js'