Class PersistedSCPStateV1

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

public class PersistedSCPStateV1 extends Object
PersistedSCPStateV1's original definition in the XDR file is:
 struct PersistedSCPStateV1
 {
        // Tx sets are saved separately
        SCPEnvelope scpEnvelopes<>;
        SCPQuorumSet quorumSets<>;
 };