Class LedgerKey.LedgerKeyData

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

public static class LedgerKey.LedgerKeyData extends Object
LedgerKeyData's original definition in the XDR file is:
 struct
     {
         AccountID accountID;
         string64 dataName;
     }