Class SCPStatement.SCPStatementPledges.SCPStatementPrepare

java.lang.Object
org.stellar.sdk.xdr.SCPStatement.SCPStatementPledges.SCPStatementPrepare
Enclosing class:
SCPStatement.SCPStatementPledges

public static class SCPStatement.SCPStatementPledges.SCPStatementPrepare extends Object
SCPStatementPrepare's original definition in the XDR file is:
 struct
         {
             Hash quorumSetHash;       // D
             SCPBallot ballot;         // b
             SCPBallot* prepared;      // p
             SCPBallot* preparedPrime; // p'
             uint32 nC;                // c.n
             uint32 nH;                // h.n
         }