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
The way this function has the commitment arguement it should have one for encoding too. Maybe just make the third arguement take an object with commitment and encoding as two fields of it.
Because there has been no activity on this issue for 7 days since it was closed, it has been automatically locked. Please open a new issue if it requires a follow up.
Motivation
The Solana RPC method
accountSubscribe
does provide a way to pass encoding so should the JS SDKExample use case
The way this function has the commitment arguement it should have one for encoding too. Maybe just make the third arguement take an object with commitment and encoding as two fields of it.
Right now the data the above code logs is like -
This data can't be much used and JSON data will be much more appreciated like the
accountSubscribe
method returns.The text was updated successfully, but these errors were encountered: