Class ColdArchiveBoundaryLeaf

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

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