Class LedgerFootprint

java.lang.Object
org.stellar.sdk.xdr.LedgerFootprint

public class LedgerFootprint extends Object
LedgerFootprint's original definition in the XDR file is:
 struct LedgerFootprint
 {
     LedgerKey readOnly<>;
     LedgerKey readWrite<>;
 };