Package org.stellar.sdk.xdr
Class LedgerEntryExtensionV1.LedgerEntryExtensionV1Ext
java.lang.Object
org.stellar.sdk.xdr.LedgerEntryExtensionV1.LedgerEntryExtensionV1Ext
- Enclosing class:
LedgerEntryExtensionV1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerEntryExtensionV1.LedgerEntryExtensionV1Ext encodedLedgerEntryExtensionV1Ext) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidsetDiscriminant(Integer value) byte[]
-
Constructor Details
-
LedgerEntryExtensionV1Ext
public LedgerEntryExtensionV1Ext()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
encode
public static void encode(XdrDataOutputStream stream, LedgerEntryExtensionV1.LedgerEntryExtensionV1Ext encodedLedgerEntryExtensionV1Ext) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static LedgerEntryExtensionV1.LedgerEntryExtensionV1Ext decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
public static LedgerEntryExtensionV1.LedgerEntryExtensionV1Ext fromXdrBase64(String xdr) throws IOException - Throws:
IOException
-
fromXdrByteArray
public static LedgerEntryExtensionV1.LedgerEntryExtensionV1Ext fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-