Package 

Interface AddressInterface

    • Method Summary

      Modifier and Type Method Description
      abstract Boolean isValidForNetwork(Network network) Is the address valid for the provided network
      abstract Script scriptPubkey() Return the scriptPubKey underlying an address.
      abstract AddressData toAddressData() Return the data for the address.
      abstract String toQrUri() Return a BIP-21 URI string for this address.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait