-
- All Implemented Interfaces:
public class AddressIndex
The address index selection strategy to use to derive an address from the wallet’s external descriptor.
If you’re unsure which one to use, use
AddressIndex.New
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
AddressIndex.New
Return a new address after incrementing the current descriptor index.
public class
AddressIndex.LastUnused
public final class
AddressIndex.Peek
public final class
AddressIndex.Reset
-