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
{{ message }}
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
I want to subscribe to my transaction updates. like the total confirmations. I tried to use the txConfirmationSubscribe method which is used by Copay. it returns a success result but I don't know how can I listen to events. I also try the bitcore peer-to-peer message methods and received the inv and address messages. but I didn't receive any tx messages.
would you please help me to understand the tx updates subscription concept and how it works exactly?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey.
I want to subscribe to my transaction updates. like the total confirmations. I tried to use the
txConfirmationSubscribe
method which is used by Copay. it returns a success result but I don't know how can I listen to events. I also try the bitcore peer-to-peer message methods and received theinv
andaddress
messages. but I didn't receive anytx
messages.would you please help me to understand the
tx
updates subscription concept and how it works exactly?Thanks a lot.
The text was updated successfully, but these errors were encountered: