sealed abstract class P2SHAddress extends BitcoinAddress
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- P2SHAddress
- BitcoinAddress
- Address
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def hash: Sha256Hash160Digest
Every address is derived from a HashDigest in a TransactionOutput
Every address is derived from a HashDigest in a TransactionOutput
- Definition Classes
- P2SHAddress → Address
- 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
- 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 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 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 hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- P2SHAddress → 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: P2SHScriptPubKey
The ScriptPubKey the address represents
The ScriptPubKey the address represents
- Definition Classes
- P2SHAddress → Address
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Address → AnyRef → Any
- def value: String
The base58 string representation of this address
The base58 string representation of this address
- Definition Classes
- P2SHAddress → Address
- 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()