MsgId

value class MsgId(id: MsgIdType) : SignedId<MsgIdType>

A SignedId for an individual message Warning: this is the only id which can be backed by a 64-bit value

Constructors

Link copied to clipboard
fun MsgId(id: MsgIdType)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun compareTo(other: SignedId<MsgIdType>): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
open override val id: MsgIdType

Native value