Improve typing of return from decompileTransactionMessage#1132
Conversation
|
BundleMonUnchanged files (136)
No change in files bundle size Final result: ✅ View report in BundleMon website ➡️ |
|
Documentation Preview: https://kit-docs-idboelk8f-anza-tech.vercel.app |
|
I'll add a changeset at the end of the stack, since many PRs affect the same package and they don't provide much value if released individually. |
7e05e9b to
091a9b7
Compare
091a9b7 to
527489a
Compare
Merge activity
|
|
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |


Problem
When we use
decompileTransactionMessage, we get aBaseTransactionMessage, which is not a union type and therefore doesn't play nicely with Typescript type narrowing by version.Summary of Changes
decompileTransactionMessagePart of a stack that eventually supersedes #1103