Add docs for formatTransaction
#2559
Yuripetusko
started this conversation in
General
Replies: 1 comment
-
|
Probably a new .md page here makes the most sense https://github.com/wevm/viem/tree/6949c2b009c70bf7057bec56c0da28e9ada13fe3/site/pages/docs/utilities |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the type of issue?
Documentation is missing
What is the issue?
While this is a minor util, and there are a lot of undocumented utils like this. This is a follow up to a Discord question a user had on parsing rpc response where values are Hex. And I had to look through the code to find this util, as viem docs doesn't feature it
Where did you find it?
Here's a useful code that I found when looking for an util that fits a requirement as per Discord question
viem/src/utils/formatters/transaction.test.ts
Line 7 in 6949c2b
And here's a proof that it can't be found on the viem docs
Beta Was this translation helpful? Give feedback.
All reactions