Skip to content

Commit

Permalink
feat: export DecodeFunctionDataReturnType (#2329)
Browse files Browse the repository at this point in the history
* expose

* changeset

* Update warm-radios-glow.md

---------

Co-authored-by: abs3ntdev <abs3ntdev@users.noreply.github.com>
Co-authored-by: jxom <j@wevm.dev>
  • Loading branch information
3 people committed May 28, 2024
1 parent dd43441 commit db85cc6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-radios-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Exported `DecodeFunctionDataReturnType` type.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,7 @@ export {
export {
type DecodeFunctionDataErrorType,
type DecodeFunctionDataParameters,
type DecodeFunctionDataReturnType,
decodeFunctionData,
} from './utils/abi/decodeFunctionData.js'
export {
Expand Down
1 change: 1 addition & 0 deletions src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export {
export {
type DecodeFunctionDataErrorType,
type DecodeFunctionDataParameters,
type DecodeFunctionDataReturnType,
decodeFunctionData,
} from './abi/decodeFunctionData.js'
export {
Expand Down

0 comments on commit db85cc6

Please sign in to comment.