Account Entry Extension V3Xdr
data class AccountEntryExtensionV3Xdr(val ext: ExtensionPointXdr, val seqLedger: Uint32Xdr, val seqTime: TimePointXdr)
XDR Source: 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;Content copied to clipboard
};