Skip to main content

ISplitCoins

Namespace: IotaSdk

Command to split a single coin object into multiple coins

BCS

The BCS serialized form for this type is defined by the following ABNF:

split-coins = argument (vector argument)
public interface ISplitCoins : System.IEquatable`1[[IotaSdk.SplitCoins, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Implements IEquatable<SplitCoins>
Attributes NullableContextAttribute

Methods

Amounts()

The amounts to split off

Argument[] Amounts()

Returns

Argument[]

Coin()

The coin to split

Argument Coin()

Returns

Argument