Solana - How to determine Finality

Viewed 309

I'm currently working on a backend system that needs to determine if a transaction on Solana is final. I know that there is a commitment: "max" field in the RPC methods. Is this the same as it being final - meaning reorgs are not possible anymore?

1 Answers
Related