CreatePassiveSellOfferOperationResponse
public class CreatePassiveSellOfferOperationResponse : CreatePassiveOfferOperationResponse, @unchecked Sendable
Represents a create passive sell offer operation response. This operation creates a passive offer to sell an asset on the Stellar DEX that will only execute at or above a specified price. Passive offers will not immediately take existing offers. See Stellar developer docs
-
Initializer - creates a new instance by decoding from the given decoder.
Declaration
Swift
public required init(from decoder: Decoder) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash