Result

class Result(val from: String, val to: String)

Holder for response from TorCmd.MapAddress

Constructors

Link copied to clipboard
constructor(from: String, to: String)

Properties

Link copied to clipboard

The "original", or "old", address that has been mapped to to.

Link copied to clipboard

Indicates that this Result was an "unmapping" of the address (i.e. tor removed the mapping from its indices).

Link copied to clipboard

The "replacement", or "new", address that from has been mapped to.

Functions

Link copied to clipboard

Creates a new AddressMapping request using from.