Class LedgerKey.LedgerKeyAccount

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

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