Electric-Coin-Company / zcash-swift-wallet-sdk

iOS light client Framework proof-of-concept
MIT License
37 stars 34 forks source link

Support seed phrase validation. #1378

Closed nuttycom closed 1 month ago

nuttycom commented 3 months ago

Provide a method that allows the wallet to verify that a seed phrase corresponds to a UFVK that belongs to the wallet.

Depends on https://github.com/Electric-Coin-Company/zcash-light-client-ffi/issues/120

nuttycom commented 1 month ago

Fixed by #1395