You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to contact you outside of Github?
I would like to know where to implement:
bitcoind()->on('hashblock', function ($blockhash, $sequence)
The idea is that bitcoind sends eventdata over ZMQ to the service that is listening by your laravel-zmq package, correct?
Where would I implement the 'event handlers' so to speak, to be able to act upon them?
Thanks you
The text was updated successfully, but these errors were encountered:
Hi,
Is there any way to contact you outside of Github?
I would like to know where to implement:
bitcoind()->on('hashblock', function ($blockhash, $sequence)
The idea is that bitcoind sends eventdata over ZMQ to the service that is listening by your laravel-zmq package, correct?
Where would I implement the 'event handlers' so to speak, to be able to act upon them?
Thanks you
The text was updated successfully, but these errors were encountered: