IMergeCoins
Namespace: IotaSdk
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)
public interface IMergeCoins : System.IEquatable`1[[IotaSdk.MergeCoins, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Implements IEquatable<MergeCoins>
Attributes NullableContextAttribute
Methods
Coin()
Coin to merge coins into
Argument Coin()
Returns
CoinsToMerge()
Set of coins to merge into coin
All listed coins must be of the same type and be the same type as coin
Argument[] CoinsToMerge()