Restore all previously used identities. This is meant to be used when 'restoring' a wallet.
First, it will check for a walletConfig. If present, then we use that to determine how
many identities to generate, and auto-populate their username.
If walletConfig is empty, then this is being restored from an authenticator that doesn't
support walletConfig. In that case, we will recursively generate identities, and check for
on-chain names.
Restore all previously used identities. This is meant to be used when 'restoring' a wallet. First, it will check for a
walletConfig
. If present, then we use that to determine how many identities to generate, and auto-populate their username.If
walletConfig
is empty, then this is being restored from an authenticator that doesn't supportwalletConfig
. In that case, we will recursively generate identities, and check for on-chain names.