PathPaymentStrictReceiveOperationBuilder.forMuxedDestinationAccount constructor

PathPaymentStrictReceiveOperationBuilder.forMuxedDestinationAccount(
  1. Asset _sendAsset,
  2. String _sendMax,
  3. MuxedAccount _destination,
  4. Asset _destAsset,
  5. String _destAmount,
)

Creates a PathPaymentStrictReceiveOperation builder for a MuxedAccount as a destination.

Implementation

PathPaymentStrictReceiveOperationBuilder.forMuxedDestinationAccount(
    this._sendAsset,
    this._sendMax,
    this._destination,
    this._destAsset,
    this._destAmount);