The hardfork is coming on April 2nd, 12 noon.

Learn more 
NetworksRelease VersioningOffline transaction signingGlossary
Hardfork Update Process

chain/broadcastTransaction

Broadcast a transaction to the node's peers.

This is a one time broadcast. If the transaction fails to broadcast it will not be rebroadcast. This is in comparison to the wallet which rebroadcasts pending transactions at an interval.

This will also add the transaction to the node's mempool.

Request 

{
  transaction: string;
}

Response 

{
  hash: string;
  broadcasted: boolean;
  accepted: boolean;
}
  • hash The transaction hash
  • broadcasted true if the transaction was successfully sent out to the network.
  • accepted true if the transaction was accepted into the node's mempool
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.