Properties
bitcoinPublicKeychain
bitcoinPublicKeychain: string
configPrivateKey
configPrivateKey: string
encryptedBackupPhrase
encryptedBackupPhrase: string
firstBitcoinAddress
firstBitcoinAddress: string
identityAddresses
identityAddresses: string[]
identityPublicKeychain
identityPublicKeychain: string
stacksPrivateKey
stacksPrivateKey: Buffer
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.