Module to connect to the Ethereum network and crawl/listen for transactions
- Source:
Methods
(inner) initListener(ethConfig, ethState) → {Promise}
Initialises Ethereum blockchain listener
Parameters:
Name | Type | Description |
---|---|---|
ethConfig |
Object | the Ethereum blockchain configuration |
ethState |
Object | the Ethereum blockchain state |
- Source:
Returns:
resolve if succesfully initialised
- Type
- Promise