Package org.stellar.sdk.xdr
Class LedgerEntryChanges
java.lang.Object
org.stellar.sdk.xdr.LedgerEntryChanges
LedgerEntryChanges's original definition in the XDR file is:
typedef LedgerEntryChange LedgerEntryChanges<>;
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LedgerEntryChangesdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic LedgerEntryChangesfromXdrBase64(String xdr) static LedgerEntryChangesfromXdrByteArray(byte[] xdr) inthashCode()voidsetLedgerEntryChanges(LedgerEntryChange[] LedgerEntryChanges) toString()default Stringdefault byte[]
-
Constructor Details
-
LedgerEntryChanges
public LedgerEntryChanges() -
LedgerEntryChanges
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getLedgerEntryChanges
-
setLedgerEntryChanges
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-