Class SCVec

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

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

    • SCVec

      public SCVec()
    • SCVec

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