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