XdrFeeBumpTransaction constructor

XdrFeeBumpTransaction(
  1. XdrMuxedAccount _feeSource,
  2. XdrInt64 _fee,
  3. XdrFeeBumpTransactionInnerTx _innerTx,
  4. XdrFeeBumpTransactionExt _ext,
)

Implementation

XdrFeeBumpTransaction(this._feeSource, this._fee, this._innerTx, this._ext);