object TestUtil
Created by chris on 12/2/15.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestUtil
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- val bech32Address: Bech32Address
- def bitcoinAddress: BitcoinAddress
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- 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 multiSigAddress: BitcoinAddress
- def multiSigScriptPubKeyHex: String
- 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 p2pkScriptPubKey: ScriptPubKey
- def p2pkScriptSig: ScriptSignature
- val p2pkhInputScript: String
- val p2pkhInputScriptAsm: List[ScriptToken]
- val p2pkhInputScriptNotParsedAsm: String
- val p2pkhOutputScript: String
- val p2pkhOutputScriptAsm: List[ScriptToken]
- val p2pkhOutputScriptNotParsedAsm: String
- def p2pkhScriptPubKey: ScriptPubKey
- def p2pkhScriptSig: ScriptSignature
- def p2pkhScriptSigNotStrictDerEncoded: ScriptSignature
- def p2sh2Of2CreditingTx: Transaction
- def p2sh2Of2Tx: Transaction
- def p2sh2Of3ScriptSig: P2SHScriptSignature
- val p2shInputScript: ScriptSignature
- def p2shInputScript2Of2: ScriptSignature
- def p2shInputScript2Of2Asm: Seq[ScriptToken]
- val p2shInputScriptAsm: List[ScriptToken]
- def p2shInputScriptLargeSignature: ScriptSignature
- val p2shInputScriptNotParsedAsm: String
- def p2shInputScriptSigHashSingle: ScriptSignature
- val p2shOutputScript: String
- val p2shOutputScriptAsm: List[ScriptToken]
- val p2shOutputScriptNotParsedAsm: String
- def p2shScriptPubKey: ScriptPubKey
- val parentSimpleRawTransaction: String
- def parentSimpleTransaction: Transaction
- val rawP2PKHScriptPubKey: String
- val rawP2PKScriptPubKey: String
- val rawP2PKScriptSig: String
- def rawP2SH2Of2CreditingTx: String
- val rawP2SH2Of2Tx: String
- val rawP2SHScriptPubKey: String
- def rawP2sh2Of3ScriptSig: String
- val rawP2shInputScript: String
- val rawP2shInputScript2Of2: String
- val rawP2shInputScriptLargeSignature: String
- val rawP2shInputScriptSigHashSingle: String
- def rawScriptPubKey: String
- val rawScriptSig: String
- def rawScriptSigNotStrictDerEncoded: String
This is a script sig that doesn't have a signature strictly der encoded Zero-length R is correctly encoded
- val rawTransaction: String
- val rawTxInput: String
- def scriptPubKey: ScriptPubKey
- def scriptSig: ScriptSignature
- def scriptSigNotStrictDerEncoded: ScriptSignature
- val simpleRawTransaction: String
- def simpleTransaction: Transaction
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def testBitcoinAddress: BitcoinAddress
- def testP2SHAddress: BitcoinAddress
- def testProgram: PreExecutionScriptProgram
- def testProgramExecutionInProgress: ExecutionInProgressScriptProgram
- def testProgramPreExecution: PreExecutionScriptProgram
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transaction: Transaction
- def txInput: TransactionInput
- 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()