Class LedgerHeaderHistoryEntry

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

public class LedgerHeaderHistoryEntry extends Object implements XdrElement
LedgerHeaderHistoryEntry's original definition in the XDR file is:
 struct LedgerHeaderHistoryEntry
 {
     Hash hash;
     LedgerHeader header;

     // reserved for future use
     union switch (int v)
     {
     case 0:
         void;
     }
     ext;
 };