NetworksRelease VersioningOffline transaction signingGlossary
Hardfork Update Process

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.

Learn

  • FAQ
  • Whitepaper
  • Tokenomics

Use

  • Get Started
  • Node App
  • Mine
  • Block Explorer
  • Ecosystem

Developers

  • Documentation
  • Github

Community

  • Foundation
  • Governance
  • Grants
  • Our Community

Company

  • About Us
  • Media Kit
  • Contact Us
Privacy Policy

|

Copyright 2024 Iron Fish.