The prefix of the path to the address keys of the wallet.
Every address key in the wallet is identified by a path that starts with the indices of the purpose, (Ethereum mainnet) coin type, (default) account, and (external) chain keys. This constant captures this prefix path.
Definition:
(defconst *key-path-prefix* (list *purpose-index* *coin-type-index* *account-index* *external-chain-index*))