XdrSCPStatementPrepare constructor

XdrSCPStatementPrepare(
  1. XdrHash _quorumSetHash,
  2. XdrSCPBallot _ballot,
  3. XdrSCPBallot? _prepared,
  4. XdrSCPBallot? _preparedPrime,
  5. XdrUint32 _nC,
  6. XdrUint32 _nH,
)

Implementation

XdrSCPStatementPrepare(this._quorumSetHash, this._ballot, this._prepared,
    this._preparedPrime, this._nC, this._nH);