TezosDomainsReverseRecord
public struct TezosDomainsReverseRecord : Codable
Object containing all the info of the tezos domains record
-
Uniquie id of the domain
Declaration
Swift
public let id: String -
The address that the domain points too
Declaration
Swift
public let address: String -
The address that owns the domain
Declaration
Swift
public let owner: String -
Expiration date
Declaration
Swift
public let expiresAtUtc: String? -
The domain object continaing the name and address
Declaration
Swift
public let domain: TezosDomainsDomain -
Default init
Declaration
Swift
public init(id: String, address: String, owner: String, expiresAtUtc: String?, domain: TezosDomainsDomain)
Install in Dash