Coin

data class Coin(val amount: UInt) : ChatLink(source)

A link that represents a number of coins.

Coin links are - at the time of writing - disabled and cannot be fully tested.

Since

0.1.0

Parameters

amount

the amount of coins (in copper)

Constructors

Link copied to clipboard
constructor(amount: UInt)

Properties

Link copied to clipboard
@get:JvmName(name = "getAmount")
val amount: UInt