You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My recommended approach is to rename MoneroWallet's exportOutputs() to exportOutputsStr() and add a new function, exportOutputs(), which returns a map from output offsets to MoneroOutputWallet like wallet2::export_outputs(). importOutputs() would accept either a string or the map.
Only MoneroWalletFull would support the functionality. MoneroWalletRpc would throw an unsupported error if exportOutputs() is invoked.
The implementation would be in monero-cpp's monero_wallet_full.cpp + the necessary bindings to JavaScript + tests.
Allow to export/import outputs and image keys in raw (not encrypted) format.
The text was updated successfully, but these errors were encountered: