Package org.stellar.sdk.xdr
Class LedgerEntryChanges
java.lang.Object
org.stellar.sdk.xdr.LedgerEntryChanges
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LedgerEntryChangesdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerEntryChanges encodedLedgerEntryChanges) booleanstatic LedgerEntryChangesfromXdrBase64(String xdr) static LedgerEntryChangesfromXdrByteArray(byte[] xdr) inthashCode()voidsetLedgerEntryChanges(LedgerEntryChange[] value) byte[]
-
Constructor Details
-
LedgerEntryChanges
public LedgerEntryChanges() -
LedgerEntryChanges
-
-
Method Details
-
getLedgerEntryChanges
-
setLedgerEntryChanges
-
encode
public static void encode(XdrDataOutputStream stream, LedgerEntryChanges encodedLedgerEntryChanges) 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
-