sealed trait Sha256Digest extends HashDigest
Represents the result of SHA256()
- Alphabetic
- By Inheritance
- Sha256Digest
- HashDigest
- NetworkElement
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def bytes: ByteVector
The message digest represented in bytes
The message digest represented in bytes
- Definition Classes
- HashDigest → NetworkElement
- abstract def getClass(): Class[_ <: AnyRef]
- Definition Classes
- Any
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def byteSize: Long
The size of the NetworkElement in bytes.
The size of the NetworkElement in bytes.
- Definition Classes
- NetworkElement
- def bytesLE: ByteVector
The byte representation of the NetworkElement in little endian
The byte representation of the NetworkElement in little endian
- Definition Classes
- NetworkElement
- def equals(arg0: Any): Boolean
- Definition Classes
- Any
- def flip: Sha256DigestBE
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
- Sha256Digest → HashDigest
- def hashCode(): Int
- Definition Classes
- Any
- def hex: String
The hexadecimal representation of the NetworkElement
The hexadecimal representation of the NetworkElement
- Definition Classes
- NetworkElement
- def hexLE: String
The hexadecimal representation of the NetworkElement in little endian
The hexadecimal representation of the NetworkElement in little endian
- Definition Classes
- NetworkElement
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any