Class LedgerFootprint

java.lang.Object
org.stellar.sdk.xdr.LedgerFootprint
All Implemented Interfaces:
XdrElement

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