js-conflux-sdk
Conflux Doc
  • Home
  • Introduction
  • QuickStart
  • Overview
  • Contrast with web3.js
  • Guides
    • Providers
    • How to Connect Fluent
    • CIP37 Address
    • Account
    • Sending Transaction
    • Interact with Contract
    • Sign methods
    • Error Handling
    • Batch RPC
  • API
    • Conflux
    • PoS
    • TxPool
    • Provider
    • Drip
    • Transaction
    • Wallet
  • Release notes
  • v2.0 Changes
  • FAQs
Powered by GitBook
On this page
  • Is js-conflux-sdk support mnemonic or HDwallet ?
  • Common Errors
  • Why is the transaction not mined or sending transaction timeout?

Was this helpful?

Edit on GitHub

FAQs

Previousv2.0 Changes

Last updated 1 year ago

Was this helpful?

Is js-conflux-sdk support mnemonic or HDwallet ?

Mnemonic can be support by a third package @conflux-dev/hdwallet, check HD wallet part for detail intro.

Common Errors

Check for common errors and how to handle them.

Why is the transaction not mined or sending transaction timeout?

If you are sending a transaction and it is not mined or it is timeout, you can check the following:

  • The sending account have enough balance.

  • If the transaction should be sponsored, the sponsor account have enough balance.

  • The transaction nonce is correct(not bigger than sender account's nonce).

  • If the network is busy, you can try to increase the gas price.

For more detail, check and

SDK account doc
Error Handling
why tx is pending?
Transaction lifecycle for more info