About nonce in EVM or other related feathers can be custom message

Is there any feather can be custom message like nonce in EVM, so that i can match my transactions in different chain?
I try the TypeScript SDK, and can’t find a simple way to do that, is that means i have to do a contract?

Hey @nova577 glad to see you building on Fuel. Could you provide some more context as to what you are trying to do here with the typescript SDK?

Just to add some clarity on our side, Fuel is not an EVM chain and uses a UTXO model instead of an account based model. So there is no notion of using the chain ID + account address + account nonce to identify a specific transaction because transactions are not tied to accounts.

2 Likes