Class PersistedSCPState

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

public class PersistedSCPState extends Object
PersistedSCPState's original definition in the XDR file is:
 union PersistedSCPState switch (int v)
 {
 case 0:
        PersistedSCPStateV0 v0;
 case 1:
        PersistedSCPStateV1 v1;
 };