AccountPropertiesResponseEndpoints

data class AccountPropertiesResponseEndpoints(val catalog: String, val guardian: String, val scan: String)

The URIs that are the public endpoints of the account.

Constructors

Link copied to clipboard
constructor(catalog: String, guardian: String, scan: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the catalog endpoint.

Link copied to clipboard

Gets the guardian endpoint.

Link copied to clipboard

Gets the scan endpoint.