LuaxY / go-monero

A Monero RPC Wallet client implementation written in Go (Golang)
MIT License
8 stars 3 forks source link

Unimplemented RPC methods #2

Open nektro opened 4 years ago

nektro commented 4 years ago

The full list can be found here: https://web.getmonero.org/resources/developer-guides/wallet-rpc.html

I've gone through and redacted the methods already added to go-monero. If you would prefer these in individual issues, please let me know and I will do that.

LuaxY commented 4 years ago

I have added all methods based on documention

⚠️ but this is untested code, don't have time right now, but feel free to test if you want ;)