Skip to main content

Interface: MergeCoinsLike

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)

Methods

coin()

coin(): ArgumentLike;

Coin to merge coins into

Returns

ArgumentLike


coinsToMerge()

coinsToMerge(): ArgumentLike[];

Set of coins to merge into coin

All listed coins must be of the same type and be the same type as coin

Returns

ArgumentLike[]