We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Call
Calls
1 parent 1893b8f commit 34592cdCopy full SHA for 34592cd
.changeset/angry-candles-warn.md
@@ -0,0 +1,5 @@
1
+---
2
+"viem": patch
3
4
+
5
+Exported `Call` and `Calls` types.
src/index.ts
@@ -469,6 +469,7 @@ export type {
469
WriteContractParameters,
470
WriteContractReturnType,
471
} from './actions/wallet/writeContract.js'
472
+export type { Call, Calls } from './types/calls.js'
473
export type {
474
Chain,
475
ChainConfig,
0 commit comments