Heat Wallet

Heat Wallet

  • User Manual
  • Developers

›Server

User manual

  • Install the app
  • Getting Started
  • Create wallet
  • Import wallet
  • Spy on address
  • Paper/digital wallet
  • Receive crypto
  • Transfer crypto
  • Add currency
  • Balance staking

Developers

  • Developer info
  • Server

    • Add your coin
    • Plugin SDK
    • Fork SDK (non standard)
    • Network status
    • Network fee
    • Token discovery
    • Balance lookup
    • Event lookup
    • Event types
    • Utxo lookup
    • Transaction status
    • Alias lookup
    • Publickey lookup
    • Broadcast transaction

    App

    • Add your coin
    • Nodejs integrations
    • Wallet core (by Trust)

Broadcast Transaction

Broadcasts a transaction to the blockchain network.

Plugin Input

interface {
  /**
   * Enum of blockchain identifiers
   */ 
  blockchain: Blockchains;

  /**
   * Enum of asset type identifiers
   */ 
  assetType: AssetTypes;

  /**
   * Raw transaction hex encoded
   */
  transactionHex: string;

Plugin Output

interface {
  /**
   * Error message as returned from the blockchain node, if any.
   * errorMessage and transactionId are mutually exclusive
   */
  errorMessage?: string;

  /**
   * Transaction id of broadcasted transaction, return of a transaction id also indicates 
   * successfull broadcast. This does not indicate the transaction will end on the blockchain
   * just that its initially accepted by the blockchain node.
   * errorMessage and transactionId are mutually exclusive
   */
  transactionId?: string;
}
Last updated on 9/9/2020
← Publickey lookupAdd your coin →
  • Plugin Input
  • Plugin Output
Heat Wallet
Docs
Install the appCreate your first walletImport an existing walletDevelopers
Community
Project ChatTwitter
Available here
Copyright © 2020 Heat Ledger