Skip to main content

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

NameSummary
coinabstract fun coin(): Argument
Coin to merge coins into
coinsToMergeabstract fun coinsToMerge(): List<Argument>
Set of coins to merge into coin