简体   繁体   English

我们可以中止区块链中的交易吗?

[英]Can we abort a transaction in blockchain?

Due to security advantages through chaining of blocks and public key encryption, Is it possible to implement a transaction abort in blockchains?由于通过区块链和公钥加密的安全优势,是否可以在区块链中实现交易中止?

No, you can't abort or revert a blockchain transaction when it's complete.不,您不能在完成后中止或恢复区块链交易。 When the transaction is mined, it's stored in the immutable block, meaning it'll never be changed.当交易被挖掘时,它被存储在不可变块中,这意味着它永远不会被改变。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 事务中的“提交”和“中止”是什么意思? - What is the meaning of “commit” and “abort” in a transaction? 区块链可以存储在 SQL 甚至 noSQL 数据库中吗? - Can blockchain be stored in SQL or even noSQL database? 我们真的需要在ThreadLocal中设置Transaction吗? - Do we really need to set the Transaction in ThreadLocal? SQL:为什么我们需要进行机票预订交易? - SQL: why we need transaction for ticket booking? 如果客户死亡,我们应该期待什么样的交易行为? - what transaction behavior should we expect if the client dies? 如果我们不指定事务关键字,SQL Server是否会记录更改? - Will SQL Server record the changes if we don't specify transaction keywords? 如果我们在休眠中开始事务但不提交它会发生什么? - What will happen if we begin transaction in hibernate but do not commit it? EF数据库事务可以在循环中使用吗? - Can EF Database Transaction be used in a loop? 当我们已经有了用于在线订购的交易时,是否需要记录级别锁定? (演唱会门票或飞机票的) - Do we need Record Level Locking when we already have Transaction for online ordering? (of concert ticket or airline booking) 我们在哪里可以使用ElasticSearch?在哪里可以使用MongoDB? - Where can we use ElasticSearch and Where can we use MongoDB?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM