Class PersistedSCPStateV0

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

public class PersistedSCPStateV0 extends Object
PersistedSCPStateV0's original definition in the XDR file is:
 struct PersistedSCPStateV0
 {
        SCPEnvelope scpEnvelopes<>;
        SCPQuorumSet quorumSets<>;
        StoredTransactionSet txSets<>;
 };