Err returns the subscription error channel. The error channel receives a value if there is an issue with the subscription (e.g. the network connection delivering the events has been closed). Only one value will ever be sent. The error channel is closed by Unsubscribe.
()
| 28 | // delivering the events has been closed). Only one value will ever be sent. |
| 29 | // The error channel is closed by Unsubscribe. |
| 30 | Err() <-chan error |
| 31 | } |
| 32 | |
| 33 | // ChainReader provides access to the blockchain. The methods in this interface access raw |
no outgoing calls