AddressIndex

enum AddressIndex : Enum<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.

Entries

Link copied to clipboard

Return a new address after incrementing the current descriptor index.

Link copied to clipboard

Return the address for the current descriptor index if it has not been used in a received transaction. Otherwise return a new address as with AddressIndex.NEW. Use with caution, if the wallet has not yet detected an address has been used it could return an already used address. This function is primarily meant for situations where the caller is untrusted; for example when deriving donation addresses on-demand for a public web page.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int