Object/Class

org.bitcoins.core.protocol

Address

Related Docs: class Address | package protocol

Permalink

object Address extends AddressFactory[Address]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Address
  2. AddressFactory
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(spk: ScriptPubKey, networkParameters: NetworkParameters): Try[Address]

    Permalink
  5. def apply(str: String): Try[Address]

    Permalink
  6. def apply(bytes: ByteVector): Try[Address]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fromBytes(bytes: ByteVector): Try[Address]

    Permalink
  13. def fromHex(hex: String): Try[Address]

    Permalink
  14. def fromScriptPubKey(spk: ScriptPubKey, network: NetworkParameters): Try[Address]

    Permalink

    Attempts to create a address from the given ScriptPubKey and NetworkParameters

    Attempts to create a address from the given ScriptPubKey and NetworkParameters

    Definition Classes
    AddressAddressFactory
  15. def fromString(str: String): Try[Address]

    Permalink

    Attempts to create an address from the given String

    Attempts to create an address from the given String

    Definition Classes
    AddressAddressFactory
  16. def fromStringExn(str: String): Address

    Permalink

    Same as fromString, but throws the exception

    Same as fromString, but throws the exception

    Definition Classes
    AddressFactory
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def isValid(str: String): Boolean

    Permalink

    Checks if the given string is a valid address

    Checks if the given string is a valid address

    Definition Classes
    AddressFactory
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AddressFactory[Address]

Inherited from AnyRef

Inherited from Any

Ungrouped