MergeCoinsInterface
interface MergeCoinsInterface
Command to merge multiple coins of the same type into a single coin
BCS
The BCS serialized form for this type is defined by the following ABNF:
merge-coins = argument (vector argument)
Inheritors
| MergeCoins |
Functions
| Name | Summary |
|---|---|
| coin | abstract fun coin(): Argument Coin to merge coins into |
| coinsToMerge | abstract fun coinsToMerge(): List<Argument> Set of coins to merge into coin |