Replies: 1 comment
-
The types in v5 do not distinguish between |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
A clear and concise description of what the bug is.
The
Transaction
/TransactionResponse
interfaces have misleading and incorrect types. The interface indicates theto
field should have typestring | undefined
however there is a transaction hash which returnsnull
for this field.Reproduction steps
Please include code snippets, with console.log output, any contract ABI, contract address, network and the full error.
Beta Was this translation helpful? Give feedback.
All reactions