AddressInfo

data class AddressInfo(var index: UInt, var address: String)

A derived address and the index it was found at.

Constructors

Link copied to clipboard
fun AddressInfo(index: UInt, address: String)

Properties

Link copied to clipboard
var address: String

Address.

Link copied to clipboard
var index: UInt

Child index of this address.