"submitted" nor "pending" means confirmed.
Rail
rail is "native-gas" or "sponsored" on both chains. It is the only field that tells you which
path actually ran. If your app promises fee-in-token, check it rather than assuming your
configuration took effect.
EVM receipt
- Native-gas:
idis a transaction hash;statusstarts at"submitted"(broadcast, not mined). - Sponsored:
idis a userOpHash, an intent id, not a transaction hash;statusis"pending"until the bundler reports a receipt.
Confirming
To advance a receipt’s status, poll the send engine’s status method, or the provider’swallet_getCallsStatus. Only "confirmed" means the transaction is on chain. See Sponsor
EVM sends.