multiversx / mx-sdk-specs

Specifications for mx-sdk-* (js, py, go etc.).
MIT License
3 stars 1 forks source link

sdk-wallet: fix names, move behavior (functions) #31

Closed andreibancioiu closed 10 months ago

cristure commented 10 months ago

I think it might be worth to add an IWallet specification, since besides the generate_mnemonic method they share the same methods and signatures. Either in this PR or in another one, whatever you may fancy.

andreibancioiu commented 10 months ago

I think it might be worth to add an IWallet specification, since besides the generate_mnemonic method they share the same methods and signatures. Either in this PR or in another one, whatever you may fancy.

Indeed, added IWalletProvider and IMnemonicComputer.