AtUri

value class AtUri(val atUri: String) : CharSequence

The AT URI scheme (at://) makes it easy to reference individual records in a specific repository, identified by either Did or Handle. AT URIs can also be used to reference a collection within a repository, or an entire repository (aka, an identity).

Constructors

Link copied to clipboard
constructor(atUri: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override val length: Int

Functions

Link copied to clipboard
open operator override fun get(index: Int): Char
Link copied to clipboard
open override fun subSequence(startIndex: Int, endIndex: Int): CharSequence
Link copied to clipboard
open override fun toString(): String