Class TTLEntry

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

public class TTLEntry extends Object
TTLEntry's original definition in the XDR file is:
 struct TTLEntry {
     // Hash of the LedgerKey that is associated with this TTLEntry
     Hash keyHash;
     uint32 liveUntilLedgerSeq;
 };