Class AccountEntryExtensionV3

java.lang.Object
org.stellar.sdk.xdr.AccountEntryExtensionV3

public class AccountEntryExtensionV3 extends Object
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;
 };