Class ConfigUpgradeSetKey

java.lang.Object
org.stellar.sdk.xdr.ConfigUpgradeSetKey

public class ConfigUpgradeSetKey extends Object
ConfigUpgradeSetKey's original definition in the XDR file is:
 struct ConfigUpgradeSetKey {
     Hash contractID;
     Hash contentHash;
 };