Class/Object

org.bitcoins.core.wallet.signer

P2SHSigner

Related Docs: object P2SHSigner | package signer

Permalink

sealed abstract class P2SHSigner extends BitcoinSignerFull[P2SHSpendingInfoFull]

Used to sign a org.bitcoins.core.protocol.script.P2SHScriptPubKey

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. P2SHSigner
  2. BitcoinSignerFull
  3. FullSigner
  4. SignerUtils
  5. AnyRef
  6. 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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def doSign(sigComponent: TxSigComponent, sign: (ByteVector) ⇒ Future[ECDigitalSignature], hashType: HashType, isDummySignature: Boolean)(implicit ec: ExecutionContext): Future[ECDigitalSignature]

    Permalink
    Definition Classes
    SignerUtils
  7. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. val flags: Seq[ScriptFlag]

    Permalink
    Attributes
    protected
    Definition Classes
    SignerUtils
  11. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def inputIndex(spendingInfo: UTXOSpendingInfo, tx: Transaction): UInt32

    Permalink
    Attributes
    protected
    Definition Classes
    SignerUtils
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  18. def relevantInfo(spendingInfo: UTXOSpendingInfo, unsignedTx: Transaction): (Seq[Sign], TransactionOutput, UInt32, HashType)

    Permalink
    Attributes
    protected
    Definition Classes
    SignerUtils
  19. def sigComponent(spendingInfo: UTXOSpendingInfo, unsignedTx: Transaction): TxSigComponent

    Permalink
    Attributes
    protected
    Definition Classes
    SignerUtils
  20. def sign(spendingInfo: UTXOSpendingInfoFull, unsignedTx: Transaction, isDummySignature: Boolean, spendingInfoToSatisfy: P2SHSpendingInfoFull)(implicit ec: ExecutionContext): Future[TxSigComponent]

    Permalink

    The method used to sign a bitcoin unspent transaction output that is potentially nested

    The method used to sign a bitcoin unspent transaction output that is potentially nested

    spendingInfo

    - The information required for signing

    unsignedTx

    the external Transaction that needs an input signed

    isDummySignature

    - do not sign the tx for real, just use a dummy signature this is useful for fee estimation

    spendingInfoToSatisfy

    - specifies the UTXOSpendingInfo whose ScriptPubKey needs a ScriptSignature to be generated

    Definition Classes
    P2SHSignerFullSigner
  21. def sign(spendingInfo: P2SHSpendingInfoFull, unsignedTx: Transaction, isDummySignature: Boolean)(implicit ec: ExecutionContext): Future[TxSigComponent]

    Permalink

    The method used to sign a bitcoin unspent transaction output

    The method used to sign a bitcoin unspent transaction output

    spendingInfo

    - The information required for signing

    unsignedTx

    the external Transaction that needs an input signed

    isDummySignature

    - do not sign the tx for real, just use a dummy signature this is useful for fee estimation

    Definition Classes
    FullSigner
  22. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def updateScriptSigInSigComponent(unsignedTx: Transaction, inputIndex: Int, output: TransactionOutput, scriptSignatureF: Future[ScriptSignature])(implicit ec: ExecutionContext): Future[BaseTxSigComponent]

    Permalink

    Creates a BaseTxSigComponent by replacing the unsignedTx input at inputIndex with a signed one using the given ScriptSignature

    Creates a BaseTxSigComponent by replacing the unsignedTx input at inputIndex with a signed one using the given ScriptSignature

    Attributes
    protected
    Definition Classes
    FullSigner
  25. final def wait(): Unit

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

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

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

Inherited from SignerUtils

Inherited from AnyRef

Inherited from Any

Ungrouped