Sep30AccountsResponse
public struct Sep30AccountsResponse : Decodable, Sendable
Response for listing accounts accessible by the authenticated client.
Returns all accounts that the JWT token grants access to, including accounts where the authenticated identity is registered as an authorized identity.
-
List of accounts accessible by the authenticated client. Use the after query parameter for cursor-based pagination.
Declaration
Swift
public let accounts: [Sep30AccountResponse] -
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