AnchorTransactionsResponse
public struct AnchorTransactionsResponse : Decodable, Sendable
Response returned when requesting transaction history.
This response is returned by GET /transactions requests in SEP-6 and contains a list of transactions for the authenticated user.
-
List of transactions
Declaration
Swift
public let transactions: [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