Private
Readonly
#chainPrivate
Readonly
#lookThis method performs a look-ahead search of 'n' addresses in the HD wallet using the chain history and the given key agent. The discovered addresses are returned as a list.
A promise that will be resolved into a GroupedAddress list containing the discovered addresses.
The address manager be used to derive the addresses to be discovered.
Generated using TypeDoc
Provides a mechanism to discover addresses in Hierarchical Deterministic (HD) wallets by performing a look-ahead search of a specified number of addresses in the following manner:
Please note that the algorithm works with the transaction history, not balances, so you can have an address with 0 total coins and the algorithm will still continue with discovery if the address was previously used.
If the wallet hits gap limit of unused addresses in a row, it expects there are no used addresses beyond this point and stops searching the address chain.