Hello,
After a successful swap using 1Inch Plugin I need to get transaction hash ID only.
how to get this on console.log or store to some variable?
Any suggestions?
Hello,
After a successful swap using 1Inch Plugin I need to get transaction hash ID only.
how to get this on console.log or store to some variable?
Any suggestions?
did you try something like result.transactionHash?
Thanks, working fine with that!