Class LedgerKey.LedgerKeyTtl

java.lang.Object
org.stellar.sdk.xdr.LedgerKey.LedgerKeyTtl
Enclosing class:
LedgerKey

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