TransactionReceipt status type should be nullable #3842
Unanswered
nicklatkovich
asked this question in
Question
Replies: 1 comment 2 replies
-
Receipts must have a |
Beta Was this translation helpful? Give feedback.
2 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.
-
Check existing issues
Viem Version
2.33.2
Current Behavior
TransactionReceipt['status']
is'success' | 'reverted'
Expected Behavior
TransactionReceipt['status']
is'success' | 'reverted' | null
Steps To Reproduce
Link to Minimal Reproducible Example
No response
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions