xrpl-py icon indicating copy to clipboard operation
xrpl-py copied to clipboard

Instantiate wallet from "secret numbers" (XLS-12)

Open mDuo13 opened this issue 3 years ago • 1 comments

The Secret Numbers standard (XLS-12) defines an alternate format for an account seed or private key, which is used by XUMM wallet and possibly others. The Wallet class should support instantiation from an array or string of secret numbers.

mDuo13 avatar Nov 13 '21 00:11 mDuo13

Here's a PR for the same task in xrpl-js which might be useful as a reference - https://github.com/XRPLF/xrpl.js/pull/1799

JST5000 avatar Nov 15 '21 18:11 JST5000

Completed in the 2.0.0 beta release

JST5000 avatar Jan 05 '23 19:01 JST5000