Class LedgerKey.LedgerKeyTrustLine

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

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