Hi, is metamask or snaps can achieve user sign a transaction and send raw transaction?
The context of this is, our protocol have a gas sponsor on protocol level, it helps users onboarding our protocol without native token, I've research few places and manage to get it done with eth_sign, however it is not recommend user to enable this deprecated method. So what I need to achieve is, user sign the transaction, but use rpc to send the raw transaction so that transaction is not broadcast by the user and pay the gas. It did not required any changes after sign.
Any way to achieve this?