Viewing the status of a transaction after peg-out | 2 way peg app Documentation
The processing of a pegout transaction is made up of several dependencies, and for each dependency a processing step is added, and at each step in the process, the pegout is shown in a form on the transaction status query screen.
After finish a pegout you can search for the current status in the status page
Not mined status: Just after finish a pegout transaction, this transaction is not mined in the Rootstock network yet, this status will be showed in the transaction status page:
Rejected status: A pegout transaction mined and not valid, will be showed in the transaction status page:
Received status: A pegout transaction mined and valid, will be showed in the transaction status page:
Waiting for confirmation status: A pegout transaction mined and valid, and waiting for confirmation, will be showed in the transaction status page:
Released status: A pegout transaction mined, valid, and with the btc transaction performed will be showed in the transaction status page:
Operation summary: The operation summary contains the transaction details:
Rootstock side
Sender address: Contains the address from which the RBTC was sent.
Sent: The amount in RBTC sent.
Transaction hash: The hash of the transaction in the Rootstock network.
Bitcoin side
Recipient: The address where the BTC will be delivered.
Will Receive: The amount to be delivered in the BTC address discounted the network fee.
Estimated fee: The estimated network fee, if the BTC transaction is not finished yet, this label will be "Estimated", if the BTC transaction is sent to the BTC network the value presented will be the effective value and not the estimated.
Resources
- 2 way peg app frontend repo
- 2 way peg app backend repo
- How to get RBTC using Rootstock’s built in Powpeg
- Rootstock Testnet Faucet
- Get RBTC using Exchanges
- Design architecture