CreatePassiveSellOfferOperationBuilder constructor

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

Creates a new CreatePassiveSellOffer builder.

Implementation

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