Class ExtendFootprintTTLOp

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

public class ExtendFootprintTTLOp extends Object implements XdrElement
ExtendFootprintTTLOp's original definition in the XDR file is:
 struct ExtendFootprintTTLOp
 {
     ExtensionPoint ext;
     uint32 extendTo;
 };