跳到主要内容

4 篇文档带有标签「交易生命周期」

查看所有标签

交易

Conflux eSpace initially supports transactions in the Ethereum 155 format (legacy transactions). After the v2.4.0 hardfork, it starts to accept type-1 (EIP-2930) and type-2 (EIP-1559) format transactions. This compatibility enables seamless transition for mainstream Ethereum SDKs and tools. Type-3 transactions (EIP-4844) are currently not supported.

交易生命周期

交易从构建时到最终在链上确认之前会经历几个阶段。 对这些阶段的深刻理解将有助于用户和开发人员更好地识别发送交易过程中的问题,最终确保交易成功确认甚至最终化。

概览

交易是区块链中的一个重要概念。 如果你不熟悉交易的概念,并希望快速了解它,你可以阅读 交易快速入门。

编码和签名

在交易的每个字段都准备好后,需要按照以下步骤,才能将其发送到网络 (别担心, 这些步骤已经由钱包或SDK实现):