Post
Topic
Board Electrum
Re: Export Transaction file from mobile Android Electrum watch-only wallet
by
HCP
on 16/08/2018, 08:10:42 UTC
Based on my investigations... the "Save" option on the "Send" tab in Android Electrum (the little diskette icon), simply saves the "invoice" into your wallet file... It is not used like the "save" option in the desktop client for being able to export transactions for signing offline.

Code:
...
    "invoices": {
        "1dummyBitcoinAddress": {
            "hex": "22291xxxxxxxxxxxxx[redacted]xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx6f6f2a00",
            "requestor": null,
            "txid": null
        }
    },
...