Class Hash

java.lang.Object
org.stellar.sdk.xdr.Hash
All Implemented Interfaces:
XdrElement

public class Hash extends Object implements XdrElement
Hash's original definition in the XDR file is:
 typedef opaque Hash[32];
 
  • Constructor Details

    • Hash

      public Hash()
    • Hash

      public Hash(byte[] Hash)
      Creates a new Hash instance.
      Parameters:
      Hash - the Hash field value
  • Method Details