Class SCPHistoryEntry

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

public class SCPHistoryEntry extends Object
SCPHistoryEntry's original definition in the XDR file is:
 union SCPHistoryEntry switch (int v)
 {
 case 0:
     SCPHistoryEntryV0 v0;
 };