Module: lib/blockchains/bitcoin/listener

Module to connect to the Bitcoin network and crawl/listen for transactions

Source:

Methods

(inner) initListener(bcConfig, bcState) → {Promise}

Initiates the listener for Bitcoin blockchain transactions

Parameters:
Name Type Description
bcConfig Object

the Bitcoin blockchain configuration

bcState Object

the Bitcoin blockchain state

Source:
Returns:

resolve if succesfully initialised

Type
Promise