Sep38BuyDeliveryMethod
public struct Sep38BuyDeliveryMethod : Decodable, Sendable
Delivery method for receiving an asset from the anchor.
This structure describes a method by which the anchor can deliver the buy asset to the client. Available methods depend on the asset and are returned by the GET /info endpoint.
-
The identifier for this delivery method.
Example: “bank_transfer”, “cash”, “wire”
Declaration
Swift
public let name: String -
Human-readable description of this delivery method.
Explains how the anchor will deliver the asset using this method.
Declaration
Swift
public let description: String -
Initializer - creates a new instance by decoding from the given decoder.
Declaration
Swift
public init(from decoder: Decoder) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash