InvalidTag

data class InvalidTag(tag: Int5, value: List<Int5>) : PaymentRequest.TaggedField

Tag that we know is not valid (value is of the wrong length for example)

Constructors

InvalidTag
Link copied to clipboard
common
fun InvalidTag(tag: Int5, value: List<Int5>)

Functions

encode
Link copied to clipboard
common
open override fun encode(): List<Int5>

Properties

tag
Link copied to clipboard
common
open override val tag: Int5
value
Link copied to clipboard
common
val value: List<Int5>