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
But I couldn't find a way to properly patch the python parser to handle those messages. Maybe provide a way to define custom classes as addition to standard Notification's?
The text was updated successfully, but these errors were encountered:
Hey @zakajd
Because Helius is its own entity seperate from the remainder of the network, it doesn't necessarily make sense to implement their custom messages in this library. however, there are 2 good options for implementation i see:
if @kevinheavey wants, i'd be more than happy to open a quick PR with a rust feature flag for Helius messages, although i'm not sure how that translates to python packages.
other option is to fork the solders repo and just add the messages, then you'll have essentially a full Helius SDK in python.
Hi, thanks for amazing library
I'm using Helius RPC provider and they implemented a custom "transactionSubscribe" websocket message.
https://docs.helius.dev/webhooks-and-websockets/enhanced-websockets#standard-websockets
But I couldn't find a way to properly patch the python parser to handle those messages. Maybe provide a way to define custom classes as addition to standard Notification's?
The text was updated successfully, but these errors were encountered: