Class SCPStatement.SCPStatementPledges.SCPStatementConfirm

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

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