sealed trait Sha256Hash160DigestBE extends HashDigest

Represents the result of RIPEMD160(SHA256()) big endian

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sha256Hash160DigestBE
  2. HashDigest
  3. NetworkElement
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def bytes: ByteVector

    The message digest represented in bytes

    The message digest represented in bytes

    Definition Classes
    HashDigestNetworkElement
  2. abstract def getClass(): Class[_ <: AnyRef]
    Definition Classes
    Any

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def byteSize: Long

    The size of the NetworkElement in bytes.

    The size of the NetworkElement in bytes.

    Definition Classes
    NetworkElement
  6. def bytesLE: ByteVector

    The byte representation of the NetworkElement in little endian

    The byte representation of the NetworkElement in little endian

    Definition Classes
    NetworkElement
  7. def equals(arg0: Any): Boolean
    Definition Classes
    Any
  8. def flip: Sha256Hash160Digest

    Flips the endianness of the byte sequence.

    Flips the endianness of the byte sequence. Since bitcoin unfortunately has inconsistent endianness between the protocol level and the presentation level. This is useful for switching between the two.

    Definition Classes
    Sha256Hash160DigestBEHashDigest
  9. def hashCode(): Int
    Definition Classes
    Any
  10. def hex: String

    The hexadecimal representation of the NetworkElement

    The hexadecimal representation of the NetworkElement

    Definition Classes
    NetworkElement
  11. def hexLE: String

    The hexadecimal representation of the NetworkElement in little endian

    The hexadecimal representation of the NetworkElement in little endian

    Definition Classes
    NetworkElement
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def toString(): String
    Definition Classes
    Any

Inherited from HashDigest

Inherited from NetworkElement

Inherited from Any

Ungrouped