Class ColdArchiveArchivedLeaf

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

public class ColdArchiveArchivedLeaf extends Object
ColdArchiveArchivedLeaf's original definition in the XDR file is:
 struct ColdArchiveArchivedLeaf
 {
     uint32 index;
     LedgerEntry archivedEntry;
 };