Uri

value class Uri(val uri: String)

Flexible to any URI schema, following the generic RFC-3986 on URIs. This includes, but isn’t limited to: did, https, wss, ipfs (for Cids), dns, and of course at. Maximum length in Lexicons is 8KB.

Constructors

Link copied to clipboard
constructor(uri: String)

Properties

Link copied to clipboard
val uri: String

Functions

Link copied to clipboard
open override fun toString(): String