Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BitcoindAPI

Hierarchy

Index

Constructors

constructor

  • new BitcoindAPI(bitcoindUrl: string, bitcoindCredentials: object): BitcoindAPI
  • Parameters

    • bitcoindUrl: string
    • bitcoindCredentials: object
      • password: string
      • username: string

    Returns BitcoindAPI

Properties

bitcoindCredentials

bitcoindCredentials: object

Type declaration

  • password: string
  • username: string

bitcoindUrl

bitcoindUrl: string

importedBefore

importedBefore: any

Methods

broadcastTransaction

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

getBlockHeight

  • getBlockHeight(): Promise<any>

getNetworkedUTXOs

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

getTransactionInfo

  • getTransactionInfo(txHash: string): Promise<object>

Generated using TypeDoc