AddressInfo

data class AddressInfo(var index: UInt, var address: Address, var keychain: KeychainKind) : Disposable(source)

A derived address and the index it was found at.

Constructors

Link copied to clipboard
constructor(index: UInt, address: Address, keychain: KeychainKind)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Address

Link copied to clipboard
var index: UInt

Child index of this address

Link copied to clipboard

Type of keychain

Functions

Link copied to clipboard
open override fun destroy()