Package org.stellar.sdk.xdr
Class AccountEntryExtensionV3
java.lang.Object
org.stellar.sdk.xdr.AccountEntryExtensionV3
- All Implemented Interfaces:
XdrElement
AccountEntryExtensionV3's original definition in the XDR file is:
struct AccountEntryExtensionV3
{
// We can use this to add more fields, or because it is first, to
// change AccountEntryExtensionV3 into a union.
ExtensionPoint ext;
// Ledger number at which `seqNum` took on its present value.
uint32 seqLedger;
// Time at which `seqNum` took on its present value.
TimePoint seqTime;
};
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionAccountEntryExtensionV3(ExtensionPoint ext, Uint32 seqLedger, TimePoint seqTime) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static AccountEntryExtensionV3decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic AccountEntryExtensionV3fromXdrBase64(String xdr) static AccountEntryExtensionV3fromXdrByteArray(byte[] xdr) getExt()inthashCode()voidsetExt(ExtensionPoint ext) voidsetSeqLedger(Uint32 seqLedger) voidsetSeqTime(TimePoint seqTime) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
AccountEntryExtensionV3
public AccountEntryExtensionV3() -
AccountEntryExtensionV3
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getExt
-
getSeqLedger
-
getSeqTime
-
setExt
-
setSeqLedger
-
setSeqTime
-
equals
-
hashCode
public int hashCode() -
toString
-