Package org.stellar.sdk.xdr
Class LedgerEntry.LedgerEntryExt
java.lang.Object
org.stellar.sdk.xdr.LedgerEntry.LedgerEntryExt
- Enclosing class:
LedgerEntry
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LedgerEntry.LedgerEntryExtdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerEntry.LedgerEntryExt encodedLedgerEntryExt) booleanstatic LedgerEntry.LedgerEntryExtfromXdrBase64(String xdr) static LedgerEntry.LedgerEntryExtfromXdrByteArray(byte[] xdr) getV1()inthashCode()voidsetDiscriminant(Integer value) voidsetV1(LedgerEntryExtensionV1 value) byte[]
-
Constructor Details
-
LedgerEntryExt
public LedgerEntryExt()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getV1
-
setV1
-
encode
public static void encode(XdrDataOutputStream stream, LedgerEntry.LedgerEntryExt encodedLedgerEntryExt) 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
-