ManageSellOfferOperationBuilder constructor

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

Creates a new ManageSellOfferOperation builder. If you want to update existing offer use ManageSellOfferOperationBuilder.setOfferId.

Implementation

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