PIScan
Last updated
Was this helpful?
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 “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.