Class DataValue

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

public class DataValue extends Object implements XdrElement
DataValue's original definition in the XDR file is:
 typedef opaque DataValue<64>;
 
  • Constructor Details

    • DataValue

      public DataValue()
    • DataValue

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