IUserMessageTag

interface IUserMessageTag

Provides a string tag containing type information for a TaggedValue

Properties

Link copied to clipboard
abstract val tag: String

Tag portion of a TaggedValue

Inheritors

Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard
fun IUserMessageTag.withValue(value: ByteBuffer): TaggedValue

Create a TaggedValue from an IUserMessageTag and a ByteBuffer

fun IUserMessageTag.withValue(value: ByteArray): TaggedValue

Create a TaggedValue from an IUserMessageTag and a ByteArray