AnchorTransactionResponse
public struct AnchorTransactionResponse : Decodable, Sendable
Response returned when requesting a single transaction.
This response is returned by GET /transaction requests in SEP-6 and contains details about a specific transaction.
-
Transaction details
Declaration
Swift
public let transaction: AnchorTransaction -
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