Skip to main content

Module: electrs

Classes

Interfaces

Variables

MAINNET_ESPLORA_BASE_PATH

Const MAINNET_ESPLORA_BASE_PATH: "https://btc-mainnet.gobob.xyz"

Base path for the mainnet Esplora API.

Default

"https://btc-mainnet.gobob.xyz"

Defined in

electrs.ts:5


REGTEST_ESPLORA_BASE_PATH

Const REGTEST_ESPLORA_BASE_PATH: "http://localhost:3003"

Base path for the regtest Esplora API.

Default

"http://localhost:3003"

Defined in

electrs.ts:15


TESTNET_ESPLORA_BASE_PATH

Const TESTNET_ESPLORA_BASE_PATH: "https://btc-testnet.gobob.xyz"

Base path for the testnet Esplora API.

Default

"https://btc-testnet.gobob.xyz"

Defined in

electrs.ts:10