TTLEntryXdr

data class TTLEntryXdr(val keyHash: HashXdr, val liveUntilLedgerSeq: Uint32Xdr)

XDR Source: struct TTLEntry { // Hash of the LedgerKey that is associated with this TTLEntry Hash keyHash; uint32 liveUntilLedgerSeq; };

Constructors

Link copied to clipboard
constructor(keyHash: HashXdr, liveUntilLedgerSeq: Uint32Xdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Hash of the LedgerKey that is associated with this TTLEntry

Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)