AccountEntryExtensionV3Xdr

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;

};

Constructors

Link copied to clipboard
constructor(ext: ExtensionPointXdr, seqLedger: Uint32Xdr, seqTime: TimePointXdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

We can use this to add more fields, or because it is first, to change AccountEntryExtensionV3 into a union.

Link copied to clipboard

Ledger number at which seqNum took on its present value.

Link copied to clipboard

Time at which seqNum took on its present value.

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)