Closed palango closed 6 years ago
In some cases we might only want to catch events of a certain contract in the BlockchainListener.
BlockchainListener
We should add an optional parameter for the contract address to be listened to.
https://github.com/raiden-network/raiden-libs/blob/5d01915db5e6b2c12ee4c4e63e8b976743fcf639/raiden_libs/blockchain.py#L93-L101
contract_address
In some cases we might only want to catch events of a certain contract in the
BlockchainListener
.We should add an optional parameter for the contract address to be listened to.
https://github.com/raiden-network/raiden-libs/blob/5d01915db5e6b2c12ee4c4e63e8b976743fcf639/raiden_libs/blockchain.py#L93-L101
ToDo
contract_address
as an optional parameter