XdrPreconditionsV2 constructor

XdrPreconditionsV2(
  1. XdrUint64 _minSeqAge,
  2. XdrUint32 _minSeqLedgerGap,
  3. List<XdrSignerKey> _extraSigners
)

Implementation

XdrPreconditionsV2(
    this._minSeqAge, this._minSeqLedgerGap, this._extraSigners);