Bip32Ed25519.import constructor

Bip32Ed25519.import(
  1. String key
)

Implementation

Bip32Ed25519.import(String key) {
  root = doImport(key);
}