Sep24TransactionsResponse
public struct Sep24TransactionsResponse : Decodable, Sendable
Response containing multiple transactions.
This response is returned when querying for a list of transactions via the /transactions endpoint.
See also:
- [Sep24TransactionsRequest] for the corresponding request
- SEP-0024
-
List of transactions.
Declaration
Swift
public let transactions: [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