MergeCoins

interface MergeCoins

Command to merge multiple coins of the same type into a single coin.

Properties

Link copied to clipboard
abstract val coin: Argument

Coin to merge coins into.

Link copied to clipboard
abstract val coinsToMerge: List<Argument>

Set of coins to merge into coin.

Link copied to clipboard

Returns the field-presence view for this MergeCoins instance.

Functions

Link copied to clipboard
Link copied to clipboard
fun MergeCoins.copy(body: <Error class: unknown class>.() -> Unit = {}): MergeCoins

Copies the original message, including unknown fields.