Packages

sealed abstract class Bech32mAddress extends BitcoinAddress

https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki

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

Abstract Value Members

  1. abstract def data: Vector[UInt5]
  2. abstract def networkParameters: NetworkParameters

    The network that this address is valid for

    The network that this address is valid for

    Definition Classes
    Address

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checksum: Vector[UInt5]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def descriptor: String
    Definition Classes
    Address
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(obj: Any): Boolean
    Definition Classes
    Address → AnyRef → Any
  10. def expandHrp: Vector[UInt5]
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hash: HashDigest

    Every address is derived from a HashDigest in a TransactionOutput

    Every address is derived from a HashDigest in a TransactionOutput

    Definition Classes
    Bech32mAddressAddress
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. lazy val hrp: BtcHumanReadablePart
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isStandard: Boolean

    Checks if the address currently follows the standardness rules of bitcoin and will be relayed by network.

    Checks if the address currently follows the standardness rules of bitcoin and will be relayed by network.

    Currently this just means verifying the address is not of a UnassignedWitnessScriptPubKey

    Definition Classes
    Bech32mAddressAddress
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def scriptPubKey: WitnessScriptPubKey

    The ScriptPubKey the address represents

    The ScriptPubKey the address represents

    Definition Classes
    Bech32mAddressAddress
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    Address → AnyRef → Any
  24. def value: String

    The string representation of this address

    The string representation of this address

    Definition Classes
    Bech32mAddressAddress
  25. def verifyChecksum: Boolean
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from BitcoinAddress

Inherited from Address

Inherited from AnyRef

Inherited from Any

Ungrouped