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)

Network Fee

Network fee information is used to advise wallet users as to which fee they should include in their transactions based on network load.

Examples of varying fees based on network usage are:

  • Bitcoin and most other Utxo based networks satoshi per byte measure.
  • Ethereum gas price

Plugin Input

interface { 
  /**
   * Enum of blockchain identifiers
   */ 
  blockchain?: Blockchains
}

Plugin Output

interface {
  /**
   * Gas price in wei units
   */
  gasPriceWei?: string;

  /**
   * Recommended number of satoshis per byte
   */
  satByte?: string;
}
Last updated on 8/20/2020
← Network statusToken discovery →
  • 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