Class SCPHistoryEntry

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

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