Class UpgradeType

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

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

    • UpgradeType

      public UpgradeType()
    • UpgradeType

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