Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BitcoinNetwork

Hierarchy

Index

Methods

broadcastTransaction

  • broadcastTransaction(transaction: string): Promise<any>
  • Parameters

    • transaction: string

    Returns Promise<any>

getBlockHeight

  • getBlockHeight(): Promise<number>

getNetworkedUTXOs

  • getNetworkedUTXOs(address: string): Promise<Array<UTXO>>

getTransactionInfo

  • getTransactionInfo(txid: string): Promise<object>
  • Parameters

    • txid: string

    Returns Promise<object>

Generated using TypeDoc