XdrSCPStatementConfirm constructor

XdrSCPStatementConfirm(
  1. XdrSCPBallot _ballot,
  2. XdrUint32 _nPrepared,
  3. XdrUint32 _nCommit,
  4. XdrUint32 _nH,
  5. XdrHash _quorumSetHash,
)

Implementation

XdrSCPStatementConfirm(this._ballot, this._nPrepared, this._nCommit, this._nH,
    this._quorumSetHash);