AmountTag

data class AmountTag(val amount: Long) : Tag

Constructors

Link copied to clipboard
constructor(amount: Long)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJsonList(): List<String>