Class PersistedSCPStateV0

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

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