Package org.stellar.sdk.xdr
Class ConfigUpgradeSet
java.lang.Object
org.stellar.sdk.xdr.ConfigUpgradeSet
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigUpgradeSetdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ConfigUpgradeSet encodedConfigUpgradeSet) booleanstatic ConfigUpgradeSetfromXdrBase64(String xdr) static ConfigUpgradeSetfromXdrByteArray(byte[] xdr) inthashCode()voidsetUpdatedEntry(ConfigSettingEntry[] value) byte[]
-
Constructor Details
-
ConfigUpgradeSet
public ConfigUpgradeSet()
-
-
Method Details
-
getUpdatedEntry
-
setUpdatedEntry
-
encode
public static void encode(XdrDataOutputStream stream, ConfigUpgradeSet encodedConfigUpgradeSet) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-