palinko91
palinko91
Hello I'm getting this error while listening for new pending transactions, or even if I'm using ```subscribe_logs``` with a filter, but right now I'm showing code example for the new...
We can get OrderBookSide for example with a stream, and if we want to reach the inner data we can't becease it was private. I made public so we don't...
Hello! I was happy to find this crate, because I thought I can decode the response from the emitted events, but I encountered some problems. First of all the from_reader...
The library compiled with 1.17.1 but with the new Rust version it not compiles anymore: ```error: casting references to a bigger memory layout than the backing allocation is undefined behavior,...