-
Title says it all. I want my snap to check what was sent to eth_sendTransaction (does not need to modify). Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey @chntr, we're currently expanding what snaps can do with Transaction Insight API. Your snap will be able to get information about transactions sent by the user. exports.onTransaction = ({ origin, transaction }) => console.log("Transaction data", transaction); |
Beta Was this translation helpful? Give feedback.
-
Hey @ritave, Any plans to extend this by an I'm working on a offchain signing integration for smart contract wallets and would like to explore using MetaMask snaps to show insights for a signature. |
Beta Was this translation helpful? Give feedback.
Hey @chntr, we're currently expanding what snaps can do with Transaction Insight API.
Your snap will be able to get information about transactions sent by the user.