Get Web3Hostnames Invoke Result
data class GetWeb3HostnamesInvokeResult(val id: String, val maxItems: Int? = null, val results: List<GetWeb3HostnamesResult>, val zoneId: String)
A collection of values returned by getWeb3Hostnames.
Constructors
Link copied to clipboard
constructor(id: String, maxItems: Int? = null, results: List<GetWeb3HostnamesResult>, zoneId: String)