XdrPathPaymentStrictSendOp constructor

XdrPathPaymentStrictSendOp(
  1. XdrAsset _sendAsset,
  2. XdrInt64 _sendMax,
  3. XdrMuxedAccount _destination,
  4. XdrAsset _destAsset,
  5. XdrInt64 _destAmount,
  6. List<XdrAsset> _path,
)

Implementation

XdrPathPaymentStrictSendOp(this._sendAsset, this._sendMax, this._destination,
    this._destAsset, this._destAmount, this._path);