sealed abstract class Bech32Address extends BitcoinAddress
https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Bech32Address
- BitcoinAddress
- Address
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checksum: Vector[UInt5]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def descriptor: String
- Definition Classes
- Address
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- Address → AnyRef → Any
- def expandHrp: Vector[UInt5]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- Bech32Address → Address
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- lazy val hrp: BtcHumanReadablePart
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- Bech32Address → Address
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def scriptPubKey: WitnessScriptPubKeyV0
The ScriptPubKey the address represents
The ScriptPubKey the address represents
- Definition Classes
- Bech32Address → Address
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Address → AnyRef → Any
- def value: String
The string representation of this address
The string representation of this address
- Definition Classes
- Bech32Address → Address
- def verifyChecksum: Boolean
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()