Class CryptoTypes.Hash256

java.lang.Object
org.symbol.sdk.ByteArray
org.symbol.sdk.CryptoTypes.Hash256
All Implemented Interfaces:
Serializer
Enclosing class:
CryptoTypes

public static final class CryptoTypes.Hash256 extends ByteArray
Hash256
Represents a 256-bit hash.
  • Field Details

  • Constructor Details

    • Hash256

      public Hash256(byte[] bytes)
      Creates a hash from raw bytes.
      Parameters:
      bytes - Input byte array.
    • Hash256

      public Hash256(String hex)
      Creates a hash from a hex string.
      Parameters:
      hex - Input string.
  • Method Details