16:15:38 -xmr-pr- bluestim opened issue #6711: Monero GUI Wallet Shows 0.00000 Balance After Deposit 16:15:38 -xmr-pr- > https://github.com/monero-project/monero/issues/6711 23:12:02 Hello, I'm writing a client to work with the binary RPC methods (get_transaction_pool_hashes.bin for example). I haven't been able to find an example or documentation on the binary encoding. Is there some documentation on that? I tried reading some of the C++, but don't understand most of it. Any pointers are appreciated! 23:17:03 I don't know of any. 23:21:34 Ok. I'm seeing the response looks like JSON, except the field "tx_hashes" has the binary encoded data. Oddly, the response header has "Content-Type: application/json". Unfortunately, the docs at the following link don't explain too much. 23:21:45 https://www.getmonero.org/resources/developer-guides/daemon-rpc.html#get_transaction_pool_hashesbin 23:21:59 It's invalid json :) 23:23:04 That's what I've been trying to reconcile haha 23:23:43 If you link against the monero code, it should just work fwiw. 23:24:01 Might not even have to link actually, since epee's mostly headres. 23:25:07 Probably a stupid question, but is epee itself a standard? When I search for it, I get Monero links. 23:26:01 No, it's a library. 23:29:19 Ok, thanks for your time and the info!