Class SCBytes

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

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

    • SCBytes

      public SCBytes()
    • SCBytes

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