Class LedgerKey.LedgerKeyAccount

java.lang.Object
org.stellar.sdk.xdr.LedgerKey.LedgerKeyAccount
All Implemented Interfaces:
XdrElement
Enclosing class:
LedgerKey

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