object TransactionConstants extends TransactionConstants

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransactionConstants
  2. TransactionConstants
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. lazy val disableRBFSequence: UInt32
    Definition Classes
    TransactionConstants
  7. lazy val enableRBFSequence: UInt32
    Definition Classes
    TransactionConstants
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def fullSequenceLockTimeMask: UInt32
    Definition Classes
    TransactionConstants
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. lazy val lockTime: UInt32
    Definition Classes
    TransactionConstants
  16. 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
  17. 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
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. lazy val sequence: UInt32
    Definition Classes
    TransactionConstants
  22. 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
  23. 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
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. lazy val validLockVersion: Int32
    Definition Classes
    TransactionConstants
  27. lazy val validLockVersionU32: UInt32
    Definition Classes
    TransactionConstants
  28. lazy val version: Int32
    Definition Classes
    TransactionConstants
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from TransactionConstants

Inherited from AnyRef

Inherited from Any

Ungrouped