PaymentOperation constructor

PaymentOperation(
  1. MuxedAccount _destination,
  2. Asset _asset,
  3. String _amount
)

Implementation

PaymentOperation(this._destination, this._asset, this._amount);