NetworksRelease VersioningOffline transaction signingGlossary
Hardfork Update Process

wallet/postTransaction

Posts a transaction and submits it to the wallet, mempool, and network if possible.

Request 

{
  account?: string
  transaction: string
  broadcast?: boolean
}

Response 

{
  transaction: string;
  hash: string;
  broadcasted?: boolean
  accepted?: boolean
}
  • transaction The hex encoded posted SDK transaction
  • hash The hex encoded posted transaction hash
  • broadcasted true if the transaction was successfully sent out to the network.
    • Note: undefined if broadcast request parameter is false (default true)
  • accepted true if the transaction was accepted into the node's mempool
    • Note: undefined if broadcast request parameter is false (default true)
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.