Package org.stellar.sdk.xdr
Class LedgerEntryChanges
java.lang.Object
org.stellar.sdk.xdr.LedgerEntryChanges
- All Implemented Interfaces:
XdrElement
LedgerEntryChanges's original definition in the XDR file is:
typedef LedgerEntryChange LedgerEntryChanges<>;
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LedgerEntryChanges
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static LedgerEntryChanges
fromXdrBase64
(String xdr) static LedgerEntryChanges
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setLedgerEntryChanges
(LedgerEntryChange[] LedgerEntryChanges) toString()
Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
LedgerEntryChanges
public LedgerEntryChanges() -
LedgerEntryChanges
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getLedgerEntryChanges
-
setLedgerEntryChanges
-
equals
-
hashCode
public int hashCode() -
toString
-