Optional
host?: stringOptional
port?: numberOptional
protocol?: "ssl" | "tcp"Optional
network?: NetworkOptional
irrevOptional
maxPrivate
#irrevPrivate
#tipPrivate
#maxPrivate
#pingPrivate
#clientPrivate
#blockPrivate
#hostPrivate
#portPrivate
#protocolPrivate
#networkImplements Explorer#fetchBlockStatus.
Implements Explorer#close.
Private
#getPrivate
#updatePrivate
#updateImplements Explorer#fetchAddress.
Implements Explorer#fetchScriptHash.
Implements Explorer#fetchFeeEstimates
Implements Explorer#fetchBlockHeight. Get's current block height.
A number representing the current height.
Fetches the transaction history for a given address or script hash from an Esplora server. See interface.ts
Optional
address?: stringOptional
scriptPush a raw Bitcoin transaction to the network.
A raw Bitcoin transaction in hexadecimal string format.
The transaction ID (txId
) if the transaction was broadcasted successfully.
If the transaction is invalid or fails to be broadcasted.
Implements Explorer#connect.