Interface Address

All Superinterfaces:
Comparable<Address>
All Known Implementing Classes:
LegacyAddress, SegwitAddress

public interface Address extends Comparable<Address>
Interface for addresses, e.g. native segwit addresses (SegwitAddress) or legacy addresses (LegacyAddress).

Use AddressParser to construct any kind of address from its textual form.