Skip to content

Commit 34592cd

Browse files
committed
feat: export Call and Calls.
1 parent 1893b8f commit 34592cd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/angry-candles-warn.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"viem": patch
3+
---
4+
5+
Exported `Call` and `Calls` types.

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ export type {
469469
WriteContractParameters,
470470
WriteContractReturnType,
471471
} from './actions/wallet/writeContract.js'
472+
export type { Call, Calls } from './types/calls.js'
472473
export type {
473474
Chain,
474475
ChainConfig,

0 commit comments

Comments
 (0)