We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
withCache
1 parent 1364036 commit f736d9bCopy full SHA for f736d9b
.changeset/tender-cooks-agree.md
@@ -0,0 +1,5 @@
1
+---
2
+"viem": patch
3
4
+
5
+Exported `withCache`.
src/index.ts
@@ -1592,6 +1592,7 @@ export {
1592
type EncodePackedErrorType,
1593
encodePacked,
1594
} from './utils/abi/encodePacked.js'
1595
+export { withCache } from './utils/promise/withCache.js'
1596
export {
1597
type WithRetryErrorType,
1598
withRetry,
0 commit comments