SubscribeReposHandle

data class SubscribeReposHandle(val seq: Long, val did: Did, val handle: Handle, val time: Timestamp)

Represents an update of the account's handle, or transition to/from invalid state. NOTE: Will be deprecated in favor of #identity.

Constructors

Link copied to clipboard
constructor(seq: Long, did: Did, handle: Handle, time: Timestamp)

Properties

Link copied to clipboard
val did: Did
Link copied to clipboard
Link copied to clipboard
val seq: Long
Link copied to clipboard