Manage Sell Offer Operation
data class ManageSellOfferOperation(val selling: Asset, val buying: Asset, val amount: String, val price: Price, val offerId: Long = 0) : Operation
Represents a ManageSellOffer operation.
Represents a ManageSellOffer operation.