http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/1581437f0d3a1bfd71b2ab2fb4e456022774a5ea/mmgen/tool/rpc.py
If ‘force’ is true, any existing dump will be overwritten without prompting. """ from ..tw.json import TwJSON await TwJSON.Export( self.cfg, self.proto, include_amts = include_amts, pretty = pretty, prune = prune, warn_used = warn_used, force_overwrite = force ) return True async def twimport(self,filename:str,ignore_checksum=False,batch=False): """ restore a tracking wallet from a JSON dump created by ‘twexport’ NOTES: If comment fields in the...