Interface AddressInterface

  • All Implemented Interfaces:

    public interface AddressInterface
    
                        

    A bitcoin address

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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