Saltar al contenido principal

6 documentos etiquetados con "transaction"

Ver Todas las Etiquetas

Brownie

Learn how to deploy an ERC-20 Token using Brownie.

Nonce Management

In Conflux, each account has a nonce value, representing the number of transactions executed by that account. This value can be obtained using the RPC method cfxgetNextNonce. The nonce field in a transaction is used to specify the execution order, with lower nonce values indicating earlier execution. Typically, you can directly use this value as the nonce for the next transaction.

pos Namespace

The `pos` namespace includes RPCs related to PoS consensus.