Package org.stellar.sdk.xdr
Class AccountEntryExtensionV3
java.lang.Object
org.stellar.sdk.xdr.AccountEntryExtensionV3
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
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorDescriptionAccountEntryExtensionV3
(ExtensionPoint ext, Uint32 seqLedger, TimePoint seqTime) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static AccountEntryExtensionV3
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static AccountEntryExtensionV3
fromXdrBase64
(String xdr) static AccountEntryExtensionV3
fromXdrByteArray
(byte[] xdr) getExt()
int
hashCode()
void
setExt
(ExtensionPoint ext) void
setSeqLedger
(Uint32 seqLedger) void
setSeqTime
(TimePoint seqTime) toString()
default String
default byte[]
-
Constructor Details
-
AccountEntryExtensionV3
public AccountEntryExtensionV3() -
AccountEntryExtensionV3
-
-
Method Details
-
encode
- 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
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-