Class ColdArchiveBoundaryLeaf

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

public class ColdArchiveBoundaryLeaf extends Object
ColdArchiveBoundaryLeaf's original definition in the XDR file is:
 struct ColdArchiveBoundaryLeaf
 {
     uint32 index;
     bool isLowerBound;
 };