CreatePassiveSellOfferOperation constructor

CreatePassiveSellOfferOperation(
  1. Asset _selling,
  2. Asset _buying,
  3. String _amount,
  4. String _price,
)

Implementation

CreatePassiveSellOfferOperation(
    this._selling, this._buying, this._amount, this._price);