Package org.stellar.sdk.xdr
Class AccountEntry
java.lang.Object
org.stellar.sdk.xdr.AccountEntry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AccountEntrydecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, AccountEntry encodedAccountEntry) booleanstatic AccountEntryfromXdrBase64(String xdr) static AccountEntryfromXdrByteArray(byte[] xdr) getExt()getFlags()Signer[]inthashCode()voidsetAccountID(AccountID value) voidsetBalance(Int64 value) voidvoidvoidsetHomeDomain(String32 value) voidsetInflationDest(AccountID value) voidsetNumSubEntries(Uint32 value) voidsetSeqNum(SequenceNumber value) voidsetSigners(Signer[] value) voidsetThresholds(Thresholds value) byte[]
-
Constructor Details
-
AccountEntry
public AccountEntry()
-
-
Method Details
-
getAccountID
-
setAccountID
-
getBalance
-
setBalance
-
getSeqNum
-
setSeqNum
-
getNumSubEntries
-
setNumSubEntries
-
getInflationDest
-
setInflationDest
-
getFlags
-
setFlags
-
getHomeDomain
-
setHomeDomain
-
getThresholds
-
setThresholds
-
getSigners
-
setSigners
-
getExt
-
setExt
-
encode
public static void encode(XdrDataOutputStream stream, AccountEntry encodedAccountEntry) 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
-