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 Jan 13, 2025. It is now read-only.
Update the build arguments of a subscription to include optional filters argument. As of writing the _buildArgs method seems to only take in a programId and commitment. It seems like it could be easily passed in to the extra argument of the buildArgs.
This issue has been automatically locked since there has not been any activity in past 7 days after it was closed. Please open a new issue for related bugs.
Problem
I'm looking to subscribe to a program via the web3.js
Connection.onProgramAccountChange
, but I'd like to use the optional filter that comes with the underlying RPCprogramSubscribe
request.Proposed Solution
Update the build arguments of a subscription to include optional filters argument. As of writing the
_buildArgs
method seems to only take in a programId and commitment. It seems like it could be easily passed in to the extra argument of thebuildArgs
.The text was updated successfully, but these errors were encountered: