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
So far BcpConnection.liveTx was used for almost everything instead of .listenTx. Is there any use case where we only want to search for incoming transactions?
I think a caller could use .liveTx with minHeight = currentHeight instead of listenTx.
The text was updated successfully, but these errors were encountered:
So far BcpConnection.liveTx was used for almost everything instead of .listenTx. Is there any use case where we only want to search for incoming transactions?
I think a caller could use .liveTx with minHeight = currentHeight instead of listenTx.
The text was updated successfully, but these errors were encountered: