MergeCoins

@Serializable
data class MergeCoins(val coin: Argument, val coins: List<Argument>) : Command

Constructors

Link copied to clipboard
constructor(coin: Argument, coins: List<Argument>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard