Open zakajd opened 1 month ago
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:
Yeah I don't think it's a good idea to open the can of worms that is adding third party types. Maybe just parse it with the Python json
module?
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?