-
xmr-prbluestim opened issue #6711: Monero GUI Wallet Shows 0.00000 Balance After Deposit
-
xmr-pr
-
Guest_88Hello, 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!
-
moneromoooI don't know of any.
-
Guest_88Ok. 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.
-
Guest_88
-
moneromoooIt's invalid json :)
-
Guest_88That's what I've been trying to reconcile haha
-
moneromoooIf you link against the monero code, it should just work fwiw.
-
moneromoooMight not even have to link actually, since epee's mostly headres.
-
Guest_88Probably a stupid question, but is epee itself a standard? When I search for it, I get Monero links.
-
moneromoooNo, it's a library.
-
Guest_88Ok, thanks for your time and the info!