Packages

c

org.bitcoins.core.protocol.script.descriptor

XprvECPublicKeyExpression

case class XprvECPublicKeyExpression(extKey: ExtPrivateKey, originOpt: Option[KeyOriginExpression], pathOpt: Option[BIP32Path], childrenHardenedOpt: Option[Option[HardenedType]]) extends ExtECPublicKeyExpression with ECPublicKeyExpression with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XprvECPublicKeyExpression
  2. Serializable
  3. Product
  4. Equals
  5. ECPublicKeyExpression
  6. PubKeyTypeExpression
  7. ExtECPublicKeyExpression
  8. SingleECPublicKeyExpression
  9. SingleKeyExpression
  10. KeyExpression
  11. DescriptorExpression
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new XprvECPublicKeyExpression(extKey: ExtPrivateKey, originOpt: Option[KeyOriginExpression], pathOpt: Option[BIP32Path], childrenHardenedOpt: Option[Option[HardenedType]])

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. val childrenHardenedOpt: Option[Option[HardenedType]]

    Outer Option represents if we use this key or derive children Inner option represents whether child keys are hardened or not if they are hardedned, return the specifi HardenedType

    Outer Option represents if we use this key or derive children Inner option represents whether child keys are hardened or not if they are hardedned, return the specifi HardenedType

    Definition Classes
    XprvECPublicKeyExpressionExtECPublicKeyExpression
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def deriveChild(idx: Int): ECPrivateKey
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. val extKey: ExtPrivateKey
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. val key: ECPrivateKeyBytes
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. val originOpt: Option[KeyOriginExpression]
  18. val pathOpt: Option[BIP32Path]
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. def pubKey: ECPublicKey
    Definition Classes
    SingleECPublicKeyExpression
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    ExtECPublicKeyExpression → AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ECPublicKeyExpression

Inherited from KeyExpression[ECPublicKey]

Inherited from DescriptorExpression

Inherited from AnyRef

Inherited from Any

Ungrouped