Sep24TransactionResponse
public struct Sep24TransactionResponse : Decodable, Sendable
Response containing a single transaction.
This response is returned when querying for a specific transaction via the /transaction endpoint.
See also:
- [Sep24TransactionRequest] for the corresponding request
- SEP-0024
-
The transaction details.
Declaration
Swift
public let transaction: Sep24Transaction -
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