이미 컨펌된 트랜잭션을 되돌릴 수 있을까요?
Decentralized blockchains are immutable, meaning the data they contain cannot be changed. 트랜잭션이 컨펌되어 성공적으로 처리되면, 이를 되돌리거나 취소할 방법은 없습니다. 일반적으로 트랜잭션이 컨펌되면 최종적으로 확정되며, 다음 블록에 추가됩니다.
You can only cancel a transaction while it is still pending.
We cannot revert a transaction that is already completed.
What you can do is to check with the receiver or receiving app to see if they could do anything on their side (i.e. return your funds via a new transaction).
일반적인 트랜잭션에 관한 자세한 내용은 여기에서 확인하세요.
보류 중인 트랜잭션의 속도를 높이거나 취소에 관한 지침은 여기에서 확인하세요.