monero-ecosystem / monero-python

A comprehensive Python module for handling Monero cryptocurrency
BSD 3-Clause "New" or "Revised" License
244 stars 80 forks source link

Add the store RPC #130

Open azalty opened 1 year ago

azalty commented 1 year ago

https://www.getmonero.org/resources/developer-guides/wallet-rpc.html#store

Could you please add the store RPC? It asks monero-wallet-rpc to save the wallet file, if it created subaddresses for example so they aren't lost. See https://github.com/monero-project/monero/issues/4673

lalanza808 commented 1 year ago

you could always just use monero.backends.json_rpc.wallet.raw_request

I made PR #133 though