Home
last modified time | relevance | path

Searched refs:normalize_bip32_derivation (Results 1 – 4 of 4) sorted by relevance

/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dbase_wizard.py36 from .bip32 import is_bip32_derivation, xpub_type, normalize_bip32_derivation, BIP32Node
394 derivation = normalize_bip32_derivation(derivation)
422 … ('standard', 'legacy multisig (p2sh)', normalize_bip32_derivation("m/45'/0")),
543 derivation = normalize_bip32_derivation(derivation)
H A Dkeystore.py38 is_xpub, is_xprv, BIP32Node, normalize_bip32_derivation,
515 derivation_prefix = normalize_bip32_derivation(derivation_prefix)
1029 return normalize_bip32_derivation(der)
1041 return normalize_bip32_derivation(der)
H A Dbip32.py367 def normalize_bip32_derivation(s: Optional[str]) -> Optional[str]: function
/dports/finance/electrum/Electrum-4.1.5/electrum/plugins/ledger/
H A Dledger.py124 bip32_path = bip32.normalize_bip32_derivation(bip32_path)