cfx Namespace
The core JSON-RPC API of Conflux.
The core JSON-RPC API of Conflux.
Behaviour of cfx_estimateGasAndCollateral
Common errors of cfx_sendRawTransaction
Use the ConfluxScan Read&Write Tool to sponsor a contract.
A comprehensive guide to using the js-conflux-sdk.
In the Conflux Core Space, transactions are processed by miners who charge a fee for their service. This fee incentivises miners to participate in the network and keep it running smoothly. The fees are paid in CFX and are specified by the transaction initiator through the gas, gasPrice and storageLimit fields in the transaction.
Transactions go through several stages from the time they are constructed to the time they are finally confirmed on the chain. A good understanding of these stages will help users and developers better identify problems with sending transactions and ultimately ensure that transactions are successfully confirmed or even finalized.