wallet/addTransaction

Takes in a posted transaction, adds it to the wallet and mempool, and optionally broadcasts it to the network.

Returns the list names of the wallet accounts involved in the transaction, the transaction hash, and whether the transaction was accepted into the node's mempool.

⚠️️ Note: A transaction will not be accepted into the mempool if the mempool already has the transaction, if the transaction is expired, or if another transaction already in the mempool supersedes the transaction (i.e., the other transaction spends one or more of the same notes, but uses a higher fee).

Request 

{
  transaction: string
  broadcast?: boolean
}

Response 

{
  accounts: string[]
  hash: string
  accepted: boolean
}
View on Github

Join our newsletter and stay up to date with privacy and crypto.

Discover our impactful presence — read our blog.

Use

  • Node App
  • Node CLI
  • Mine
  • Block Explorer
  • Ecosystem

Learn

  • Get Started
  • FAQ
  • Whitepaper
  • Tokenomics

Community

  • Foundation
  • Governance
  • Grants
  • Our Community

Developers

  • Documentation
  • Github
Privacy Policy

|

Media Kit

|

Copyright 2024 Iron Fish.