Class ColdArchiveDeletedLeaf

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

public class ColdArchiveDeletedLeaf extends Object
ColdArchiveDeletedLeaf's original definition in the XDR file is:
 struct ColdArchiveDeletedLeaf
 {
     uint32 index;
     LedgerKey deletedKey;
 };