Replies: 3 comments 2 replies
-
Can you include the ABI fragment for that method? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hmm… What is the value of response? The fragment looks ok. What version of ethers are you using and what type of Signer is it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
txResponse is just writing to the contract. And the provider is like this
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am writing a contract and want the transaction hash
const txResponse = await stabilityPoolContract.provideToSP(inputValue,addressToPass);
But it is coming as undefined
txResponse.hash
Beta Was this translation helpful? Give feedback.
All reactions