Package org.stellar.sdk.xdr
Class LedgerEntryExtensionV1
java.lang.Object
org.stellar.sdk.xdr.LedgerEntryExtensionV1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LedgerEntryExtensionV1decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerEntryExtensionV1 encodedLedgerEntryExtensionV1) booleanstatic LedgerEntryExtensionV1fromXdrBase64(String xdr) static LedgerEntryExtensionV1fromXdrByteArray(byte[] xdr) getExt()inthashCode()voidvoidbyte[]
-
Constructor Details
-
LedgerEntryExtensionV1
public LedgerEntryExtensionV1()
-
-
Method Details
-
getSponsoringID
-
setSponsoringID
-
getExt
-
setExt
-
encode
public static void encode(XdrDataOutputStream stream, LedgerEntryExtensionV1 encodedLedgerEntryExtensionV1) 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
-