Hello,
My question is a bit specific : I'm gathering data with logsubscribe (web sockets) within the SOL chain but the info included in the ProgramData is very parse. I'm trying to find a way to decrypt it. I know it's Base64-Base58 but I didn't find a documentation for a specific scheme.
If I can't do that, I'll have to run a gettransaction after that and I'll lose precious hundred ms (aaaand my parsing isn't 100% accurate for now).
Any bit of info to share on this ?
(Purpose is of course to "listen" to specific wallets to run a copy trading bot. Time and precision is the essence. And good wallets. Last part is harsch).
Thanks in advance
Best regards,
Daima
My question is a bit specific : I'm gathering data with logsubscribe (web sockets) within the SOL chain but the info included in the ProgramData is very parse. I'm trying to find a way to decrypt it. I know it's Base64-Base58 but I didn't find a documentation for a specific scheme.
If I can't do that, I'll have to run a gettransaction after that and I'll lose precious hundred ms (aaaand my parsing isn't 100% accurate for now).
Any bit of info to share on this ?
(Purpose is of course to "listen" to specific wallets to run a copy trading bot. Time and precision is the essence. And good wallets. Last part is harsch).
Thanks in advance
Best regards,
Daima