object TransactionConstants extends TransactionConstants
- Alphabetic
- By Inheritance
- TransactionConstants
- TransactionConstants
- AnyRef
- Any
- Hide All
- Show All
- 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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- lazy val disableRBFSequence: UInt32
- Definition Classes
- TransactionConstants
- lazy val enableRBFSequence: UInt32
- Definition Classes
- TransactionConstants
- 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])
- def fullSequenceLockTimeMask: UInt32
- Definition Classes
- TransactionConstants
- 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
- lazy val lockTime: UInt32
- Definition Classes
- TransactionConstants
- def locktimeDisabledFlag: UInt32
If bit (1 << 31) of the sequence number is set, then no consensus meaning is applied to the sequence number and can be included in any block under all currently possible circumstances.
If bit (1 << 31) of the sequence number is set, then no consensus meaning is applied to the sequence number and can be included in any block under all currently possible circumstances.
- returns
the mask that ben used with a bitwise and to indicate if the sequence number has any meaning
- Definition Classes
- TransactionConstants
- def locktimeThreshold: UInt32
Threshold for nLockTime: below this value it is interpreted as block number, otherwise as UNIX timestamp.
Threshold for nLockTime: below this value it is interpreted as block number, otherwise as UNIX timestamp.
- Definition Classes
- TransactionConstants
- 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()
- lazy val sequence: UInt32
- Definition Classes
- TransactionConstants
- def sequenceLockTimeMask: UInt32
If a transaction's input's sequence number encodes a relative lock-time, this mask is applied to extract that lock-time from the sequence field.
If a transaction's input's sequence number encodes a relative lock-time, this mask is applied to extract that lock-time from the sequence field.
- Definition Classes
- TransactionConstants
- def sequenceLockTimeTypeFlag: UInt32
If the transaction input sequence number encodes a relative lock-time and this flag is set, the relative lock-time has units of 512 seconds, otherwise it specifies blocks with a granularity of 1.
If the transaction input sequence number encodes a relative lock-time and this flag is set, the relative lock-time has units of 512 seconds, otherwise it specifies blocks with a granularity of 1.
- Definition Classes
- TransactionConstants
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val validLockVersion: Int32
- Definition Classes
- TransactionConstants
- lazy val validLockVersionU32: UInt32
- Definition Classes
- TransactionConstants
- lazy val version: Int32
- Definition Classes
- TransactionConstants
- 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()