PIScan
What is PIscan
How to ensure if the transaction succeeds or not?
Last updated
Was this helpful?
That’s block explorer which allows you to search, view and analyze Pchain data like blocks, transactions, validators, etc.
Option 1: Go to https://piscan.pchain.org “explorer” page, search with the transaction hash. If it returns transaction details, it succeeded. Sometimes it may delay due to the mainnet speed. Then please retry later.
Option 2: Go to console, enter pi.getTransactionReceipt(“hash”) , if status=”0x1”, it means success.
Last updated
Was this helpful?
Was this helpful?